diff --git a/proxywatchd.py b/proxywatchd.py index 8e2173d..5dcccef 100644 --- a/proxywatchd.py +++ b/proxywatchd.py @@ -113,7 +113,7 @@ class WorkerJob(): raise(e) except: fail_inc = fail_inc + 1 - return None, None, None, None, fail_inc + return None, None, None, None, None, fail_inc return None, None, None, None, None, fail_inc