mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix issue #136. thanks
This commit is contained in:
parent
80594c5442
commit
0716a3bd84
@ -33,7 +33,6 @@ class Application(object):
|
||||
}
|
||||
|
||||
def __init__(self, usage=None):
|
||||
self.log = logging.getLogger(__name__)
|
||||
self.usage = usage
|
||||
self.cfg = None
|
||||
self.callable = None
|
||||
|
||||
@ -81,7 +81,6 @@ class DjangoApplication(Application):
|
||||
class DjangoApplicationCommand(Application):
|
||||
|
||||
def __init__(self, options, admin_media_path):
|
||||
self.log = logging.getLogger(__name__)
|
||||
self.usage = None
|
||||
self.cfg = None
|
||||
self.config_file = options.get("config") or ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user