adding pi specific fixes
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user