mirror of https://github.com/D4-project/d4-core
fix: [Flask server] typo
parent
7ce265e477
commit
4b30072880
|
@ -1142,4 +1142,4 @@ def get_uuid_stats_history_json():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host='FLASK_HOST', port=FLASK_PORT, threaded=True, ssl_context=ssl_context)
|
app.run(host=FLASK_HOST, port=FLASK_PORT, threaded=True, ssl_context=ssl_context)
|
||||||
|
|
Loading…
Reference in New Issue