From 996f6d3723b8438e5c75c8c50fc1ce3ca4a7a510 Mon Sep 17 00:00:00 2001 From: kobolol Date: Wed, 28 Sep 2022 15:10:43 +0200 Subject: [PATCH] Auto check port --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index eb96698..18b61f0 100644 --- a/main.py +++ b/main.py @@ -24,4 +24,4 @@ if __name__ == "__main__": os.remove(os.path.join(dirs, f)) themes = load_themes() - app.run(port=888) + app.run()