From f3822a7f2f7465b4805788d16c8bc1d399d8c817 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 3 Feb 2010 10:50:40 +0100 Subject: [PATCH] typo --- gunicorn/worker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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