Improve auth and download UI states

This commit is contained in:
2026-07-21 15:10:47 +08:00
parent fac2a2a2d2
commit f599647fbd
12 changed files with 72 additions and 12 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ app = create_app()
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5005, debug=Config.DEBUG, use_reloader=False)
app.run(host="0.0.0.0", port=5005, debug=Config.DEBUG, use_reloader=Config.DEBUG)