aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
authorRoy Shilkrot <roy.shil@gmail.com>2022-10-31 11:50:33 -0400
committerRoy Shilkrot <roy.shil@gmail.com>2022-10-31 11:50:33 -0400
commitdf6a7ebfe8cc4da23861e3e2583693bb7808d573 (patch)
treea87497705b450fca0d2a2ae71de563390ba946ea /launch.py
parent509fd1459bacfe0dcde1e5792ea3e046aa9f4d24 (diff)
revert things to master
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index fe9cef3c..958336f2 100644
--- a/launch.py
+++ b/launch.py
@@ -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__":