socketIO fix

This commit is contained in:
2025-05-27 15:29:31 +02:00
parent 5bb37da909
commit c2c03efe9e
5 changed files with 48 additions and 18 deletions

View File

@@ -52,4 +52,4 @@ init_admin()
# Start the application
echo "Starting application..."
exec gunicorn --bind 0.0.0.0:5000 app:app
exec gunicorn --worker-class eventlet -w 1 --bind 0.0.0.0:5000 app:app