Move Gunicorn run file to setup

This commit is contained in:
Michał Gdula 2023-03-12 15:08:49 +00:00
parent 7ef4a1dd91
commit 79db45f7a2
4 changed files with 30 additions and 32 deletions

View file

@ -24,5 +24,4 @@ args = parser.parse_args()
PORT = args.port
ADDRESS = args.address
WORKERS = args.workers
DEBUG = args.debug
DEBUG = args.debug