Merge remote-tracking branch 'origin/master'

This commit is contained in:
Lucas
2021-10-09 19:39:10 -04:00

View File

@@ -110,7 +110,8 @@ if __name__ == "__main__":
debug = os.getenv("DEBUG", 'False').lower() in ('true', '1', 't') debug = os.getenv("DEBUG", 'False').lower() in ('true', '1', 't')
app.run(host="localhost", debug=debug, port=5000) app.run(host="localhost", debug= False, port=5000)
# Wait for all threads to complete # Wait for all threads to complete
for t in threads: for t in threads:
t.join() t.join()