From cac031b425782edf5b306bd49cc6bfc72034bb4d Mon Sep 17 00:00:00 2001 From: madprogramer Date: Wed, 30 Sep 2020 16:08:26 +0300 Subject: [PATCH] Protection Mechanism #2 Disarmed --- worker.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/worker.py b/worker.py index 6a20164..6b1e88b 100644 --- a/worker.py +++ b/worker.py @@ -236,6 +236,8 @@ def threadrunner(): # get a new task from tracker collect() #cleanup + #Protection Mechanism Disarmed + """ #check that the account has community contributions enabled every 50th item validationtimes += 1 if not validationtimes % 50: @@ -245,6 +247,7 @@ def threadrunner(): shouldgetjob = False gkiller.kill_now = True #exit the script del enres + """ if shouldgetjob: desit = tracker.request_item_from_tracker()