mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Sometimes I hate coding
This commit is contained in:
parent
f26e76d822
commit
341d5b0ee8
3 changed files with 7 additions and 6 deletions
|
@ -10,7 +10,8 @@ class OnlyLegs(Application):
|
|||
Gunicorn application
|
||||
"""
|
||||
|
||||
def __init__(self, options={}): # skipcq: PYL-W0231 # pylint: disable=W0231, W0102
|
||||
# TODO: Make this not shit, thanks
|
||||
def __init__(self, options={}): # skipcq: PYL-W0231 # pylint: disable=W0231
|
||||
self.usage = None
|
||||
self.callable = None
|
||||
self.options = options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue