mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Daddy PyLint
This commit is contained in:
parent
4627498b8d
commit
a49d6dc321
5 changed files with 10 additions and 10 deletions
4
run.py
4
run.py
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue