diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-02 21:35:29 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-02 21:35:29 +0300 |
commit | c0389eb3071870240bc158263e5dfb4351ec8eba (patch) | |
tree | ba6e1174855d33b3b47245fa49f0d001f1fc0584 /webui.py | |
parent | ad0503c1b59de0654e3b34c72e81a3c410ba7788 (diff) |
hello
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -103,11 +103,11 @@ def webui(): while 1:
time.sleep(0.5)
- if getattr(demo,'do_restart',False):
- time.sleep(0.5)
- demo.close()
- time.sleep(0.5)
- break
+ if getattr(demo, 'do_restart', False):
+ time.sleep(0.5)
+ demo.close()
+ time.sleep(0.5)
+ break
print('Reloading Custom Scripts')
modules.scripts.reload_scripts(os.path.join(script_path, "scripts"))
|