Browse Source

!2 release big activity

pcacc 2 tháng trước cách đây
mục cha
commit
5d5e8420ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app_dongri.py

+ 1 - 1
app_dongri.py

@@ -380,7 +380,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             task_queue.appendleft(task_collect(collectArr, isSimple, isAddStrengh))
         
         
-        if g_times % 3 == 0:
+        if g_times % 5 == 0:
             task_queue.appendleft(task_information())
             task_queue.appendleft(task_checkDonata())
             task_queue.appendleft(task_checkMaster())