소스 검색

!2 only speed up times==7

pcacc 3 달 전
부모
커밋
621fc93f25
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)