modified: app.py

This commit is contained in:
SimolZimol
2024-09-10 12:43:21 +02:00
parent e64e96fc07
commit e5a31d1d36

2
app.py
View File

@@ -59,4 +59,4 @@ def weather_data():
return jsonify(data)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0', port=5000, debug=True)