fixes from pi

This commit is contained in:
Lucas Oskorep
2021-09-27 17:42:45 -04:00
parent f372d0d48e
commit c8beb9378d
25 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ if __name__ == "__main__":
for t in threads:
t.start()
app.run(host="localhost", debug=True, port=5000)
app.run(host="localhost", debug=False, port=5000)
# Wait for all threads to complete
for t in threads:
t.join()