diff --git a/AppImage/scripts/flask_server.py b/AppImage/scripts/flask_server.py index b435a42..9b1ccdb 100644 --- a/AppImage/scripts/flask_server.py +++ b/AppImage/scripts/flask_server.py @@ -2908,7 +2908,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) -ms, /api/logs, /api/health, /api/hardware") - - app.run(host='0.0.0.0', port=8008, debug=False) + app.run(host='0.0.0.0', port=8008, debug=False) \ No newline at end of file