Moved host and port to config file
This commit is contained in:
parent
9b50ee8af3
commit
71f32d96e4
@ -2444,4 +2444,4 @@ scheduler.start()
|
|||||||
atexit.register(lambda: scheduler.shutdown())
|
atexit.register(lambda: scheduler.shutdown())
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(debug=debug_status, host='0.0.0.0', port=5009)
|
app.run(debug=debug_status, host=HOST, port=PORT)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user