fix: [Flask server] typo

pull/49/head
Terrtia 2020-09-04 09:31:40 +02:00
parent 7ce265e477
commit 4b30072880
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)