Kaynağa Gözat

!2 only speed up times==7

pcacc 3 ay önce
ebeveyn
işleme
621fc93f25
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      app_dongri.py

+ 2 - 2
app_dongri.py

@@ -352,9 +352,9 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
         task_queue.appendleft(task_gotoTree())
         #task_queue.appendleft(task_get_redPackage())
 
-        if always == False and g_times == 7:
+        if g_times == 7:
             handle_end_game()
-            if isAddStrengh:
+            if always:
                 myTimeSleep(random.randint(350, 400), send_status)
             else:
                 myTimeSleep(random.randint(1000, 2000), send_status)