Skip to content

Commit

Permalink
fixed setting of jpconfig HOST and PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Nov 17, 2022
1 parent 834f966 commit cb3511b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justpy/justpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def justpy(
"""
global jp_server, func_to_run, startup_func, HOST, PORT

jpconfig.HOST = host
jpconfig.PORT = port
HOST = host
PORT = port
if func:
Expand Down

0 comments on commit cb3511b

Please sign in to comment.