From 71df6409c25511c1482912f2170774086a0ded03 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 4 Aug 2024 19:17:41 -0400 Subject: [PATCH] Update gunicorn.conf.py --- src/gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gunicorn.conf.py b/src/gunicorn.conf.py index 4033022..23e9512 100644 --- a/src/gunicorn.conf.py +++ b/src/gunicorn.conf.py @@ -8,6 +8,6 @@ worker_class = 'gthread' workers = 1 threads = 1 bind = f"{app_host}:{app_port}" -print("[WGDashboard] Gunicorn app will be running at " + bind) +# print("[WGDashboard] Gunicorn app will be running at " + bind) daemon = True pidfile = './gunicorn.pid'