app.py aktualisiert

This commit is contained in:
2025-08-08 12:07:11 +00:00
parent 36e28be051
commit f6dc4da1f3

2
app.py
View File

@@ -50,4 +50,4 @@ def run_script():
return jsonify({"status": "error", "message": str(e)}), 500
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0', port=8080)