|
|
|
@ -103,11 +103,11 @@ def webui():
|
|
|
|
|
|
|
|
|
|
|
|
while 1:
|
|
|
|
while 1:
|
|
|
|
time.sleep(0.5)
|
|
|
|
time.sleep(0.5)
|
|
|
|
if getattr(demo,'do_restart',False):
|
|
|
|
if getattr(demo, 'do_restart', False):
|
|
|
|
time.sleep(0.5)
|
|
|
|
time.sleep(0.5)
|
|
|
|
demo.close()
|
|
|
|
demo.close()
|
|
|
|
time.sleep(0.5)
|
|
|
|
time.sleep(0.5)
|
|
|
|
break
|
|
|
|
break
|
|
|
|
|
|
|
|
|
|
|
|
print('Reloading Custom Scripts')
|
|
|
|
print('Reloading Custom Scripts')
|
|
|
|
modules.scripts.reload_scripts(os.path.join(script_path, "scripts"))
|
|
|
|
modules.scripts.reload_scripts(os.path.join(script_path, "scripts"))
|
|
|
|
|