modified: app.py

This commit is contained in:
SimolZimol
2024-09-10 12:51:58 +02:00
parent 18191a4f7b
commit d571b1fd48

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, debug=rue)
app.run(host='0.0.0.0', port=5000, debug=True)