瀏覽代碼

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
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()


Loading…
取消
儲存