revert things to master

This commit is contained in:
Roy Shilkrot
2022-10-31 11:50:33 -04:00
parent 509fd1459b
commit df6a7ebfe8
3 changed files with 2 additions and 8 deletions

View File

@@ -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__":