Stupid Stuff

This commit is contained in:
Philipp Wagner 2023-10-09 17:30:29 +02:00
parent c851849851
commit b6e5d798ff

View File

@ -108,4 +108,4 @@ def departures():
return departures_json
if __name__ == '__main__':
app.run(debug=True)
app.run(host="0.0.0.0", debug=False)