gunicorn app_uri are optional

This commit is contained in:
KronosDev-Pro 2024-11-08 16:37:28 +00:00
parent 60ff800270
commit 1076847c68

View File

@ -92,7 +92,7 @@ class GunicornBackendServer(CustomBackendServer):
# https://github.com/benoitc/gunicorn/blob/bacbf8aa5152b94e44aa5d2a94aeaf0318a85248/gunicorn/config.py
app_uri: str | None
app_uri: str | None = None
config: str = "./gunicorn.conf.py"
"""\