server goes public

This commit is contained in:
derlole
2025-04-14 08:50:58 +00:00
parent 7e8b74ffd4
commit 0bb706af99
2 changed files with 3 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ def fetch_command():
return jsonify({'befehl': None})
if __name__ == '__main__':
app.run(host='127.0.0.1', port=3060)
app.run(host='0.0.0.0', port=3060)