diff --git a/proxywatchd.py b/proxywatchd.py index 5dcccef..fd1c73f 100644 --- a/proxywatchd.py +++ b/proxywatchd.py @@ -111,9 +111,6 @@ class WorkerJob(): except KeyboardInterrupt as e: raise(e) - except: - fail_inc = fail_inc + 1 - return None, None, None, None, None, fail_inc return None, None, None, None, None, fail_inc