Daddy PyLint

This commit is contained in:
Michał Gdula 2023-04-05 16:57:07 +00:00
parent 4627498b8d
commit a49d6dc321
5 changed files with 10 additions and 10 deletions

4
run.py
View file

@ -28,10 +28,10 @@ if DEBUG:
else:
from setup.runner import OnlyLegs # pylint: disable=C0412
import sys
# Stop Gunicorn from reading the command line arguments as it causes errors
sys.argv = [sys.argv[0]]
options = {
'bind': f'{ADDRESS}:{PORT}',
'workers': WORKERS,