diff options
author | Roy Shilkrot <roy.shil@gmail.com> | 2022-10-31 11:50:33 -0400 |
---|---|---|
committer | Roy Shilkrot <roy.shil@gmail.com> | 2022-10-31 11:50:33 -0400 |
commit | df6a7ebfe8cc4da23861e3e2583693bb7808d573 (patch) | |
tree | a87497705b450fca0d2a2ae71de563390ba946ea /launch.py | |
parent | 509fd1459bacfe0dcde1e5792ea3e046aa9f4d24 (diff) |
revert things to master
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ def tests(argv): def start_webui():
print(f"Launching Web UI with arguments: {' '.join(sys.argv[1:])}")
import webui
- webui.webui_or_api()
+ webui.webui()
if __name__ == "__main__":
|