mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Fixes a small warning here
This commit is contained in:
parent
f95ec7a5f4
commit
aae24c21ef
@ -6,7 +6,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
Granian(
|
Granian(
|
||||||
"paperless.asgi:application",
|
"paperless.asgi:application",
|
||||||
interface=Interfaces.ASGI,
|
interface=Interfaces.ASGINL,
|
||||||
address=os.getenv("GRANIAN_HOST") or os.getenv("PAPERLESS_BIND_ADDR", "::"),
|
address=os.getenv("GRANIAN_HOST") or os.getenv("PAPERLESS_BIND_ADDR", "::"),
|
||||||
port=int(os.getenv("GRANIAN_PORT") or os.getenv("PAPERLESS_PORT") or 8000),
|
port=int(os.getenv("GRANIAN_PORT") or os.getenv("PAPERLESS_PORT") or 8000),
|
||||||
workers=int(
|
workers=int(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user