main
simp 2025-05-26 12:14:53 -04:00
parent 15c7e6b4e6
commit 2efd0ba59a
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -2244,6 +2244,6 @@ thread_main = threading.Thread(target=main_thread, args=(exit_main, username, pa
thread_main.start()
if __name__ == '__main__':
app.run(host='127.0.0.1', port=flask_port, debug=True)
app.run(host='127.0.0.1', port=flask_port)
app.run(debug=True)