diff --git a/gunicorn/worker.py b/gunicorn/worker.py index d95f9d18..99af48b4 100644 --- a/gunicorn/worker.py +++ b/gunicorn/worker.py @@ -27,8 +27,8 @@ class Worker(object): PIPE = [] - def __init__(self, workerid, ppid, socket, app, timeout, d - ebug=False): + def __init__(self, workerid, ppid, socket, app, timeout, + debug=False): self.nr = 0 self.id = workerid self.ppid = ppid