adding pi specific fixes

This commit is contained in:
Lucas Oskorep
2021-10-09 19:34:38 -04:00
parent fa71c8bfaa
commit 9652de4c52

View File

@@ -109,7 +109,7 @@ 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()