mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
allows Usage=None
This commit is contained in:
parent
2f676fd19d
commit
17a989672d
@ -18,7 +18,7 @@ class Application(object):
|
||||
An application interface for configuring and loading
|
||||
the various necessities for any given web framework.
|
||||
"""
|
||||
def __init__(self, usage):
|
||||
def __init__(self, usage=None):
|
||||
self.log = logging.getLogger(__name__)
|
||||
self.cfg = Config(usage)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user