From cb3511b2cf21a706a92672aeb23dbfa6d31b301a Mon Sep 17 00:00:00 2001 From: tholzheim Date: Thu, 17 Nov 2022 16:49:45 +0100 Subject: [PATCH] fixed setting of jpconfig HOST and PORT --- justpy/justpy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justpy/justpy.py b/justpy/justpy.py index 43836400..fa7d87a1 100644 --- a/justpy/justpy.py +++ b/justpy/justpy.py @@ -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: