diff --git a/AppImage/scripts/flask_server.py b/AppImage/scripts/flask_server.py index 8ad57c5..30332a1 100644 --- a/AppImage/scripts/flask_server.py +++ b/AppImage/scripts/flask_server.py @@ -3030,7 +3030,4 @@ if __name__ == '__main__': print("Server will be accessible on all network interfaces (0.0.0.0:8008)") print("API endpoints available at: /api/system, /api/storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware") - app.run(host='0.0.0.0', port=8008, debug=False) -, /api/hardware") - app.run(host='0.0.0.0', port=8008, debug=False)