Auto check port

This commit is contained in:
2022-09-28 15:10:43 +02:00
parent dc6d81a143
commit 996f6d3723

View File

@@ -24,4 +24,4 @@ if __name__ == "__main__":
os.remove(os.path.join(dirs, f)) os.remove(os.path.join(dirs, f))
themes = load_themes() themes = load_themes()
app.run(port=888) app.run()