diff --git a/proxywatchd.py b/proxywatchd.py index 7f65bc5..10787a7 100644 --- a/proxywatchd.py +++ b/proxywatchd.py @@ -105,6 +105,9 @@ class WorkerJob(): except KeyboardInterrupt as e: raise(e) + except: + fail_inc = fail_inc + 1 + return None, None, None, None, fail_inc return None, None, None, None, None, fail_inc