aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-21 16:27:23 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-05-21 16:27:34 +0300
commitf9fe5e5f9d7b7465da75bf8ba470785d2240caf7 (patch)
tree2672e47a53efe44548bb53d52b125c5a880bcbc5 /modules
parent4b07984d1b92949311a703cfbb7dad5e96a7fb01 (diff)
reworking launch.py: add references to renamed file
Diffstat (limited to 'modules')
-rw-r--r--modules/launch_utils.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/launch_utils.py b/modules/launch_utils.py
index 1d504c38..35a52310 100644
--- a/modules/launch_utils.py
+++ b/modules/launch_utils.py
@@ -332,17 +332,3 @@ def start():
webui.api_only()
else:
webui.webui()
-
-
-def main():
- if not args.skip_prepare_environment:
- prepare_environment()
-
- if args.test_server:
- configure_for_tests()
-
- start()
-
-
-if __name__ == "__main__":
- main()