diff --git a/gunicorn/app/base.py b/gunicorn/app/base.py index 201b4d0f..45dd9655 100644 --- a/gunicorn/app/base.py +++ b/gunicorn/app/base.py @@ -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)