Переглянути джерело

Protection Mechanism #2 Disarmed

halt-discovery
madprogramer 3 роки тому
джерело
коміт
cac031b425
1 змінених файлів з 3 додано та 0 видалено
  1. +3
    -0
      worker.py

+ 3
- 0
worker.py Переглянути файл

@@ -236,6 +236,8 @@ def threadrunner():
# get a new task from tracker # get a new task from tracker
collect() #cleanup collect() #cleanup


#Protection Mechanism Disarmed
"""
#check that the account has community contributions enabled every 50th item #check that the account has community contributions enabled every 50th item
validationtimes += 1 validationtimes += 1
if not validationtimes % 50: if not validationtimes % 50:
@@ -245,6 +247,7 @@ def threadrunner():
shouldgetjob = False shouldgetjob = False
gkiller.kill_now = True #exit the script gkiller.kill_now = True #exit the script
del enres del enres
"""


if shouldgetjob: if shouldgetjob:
desit = tracker.request_item_from_tracker() desit = tracker.request_item_from_tracker()


Завантаження…
Відмінити
Зберегти