Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user