소스 검색

!2 pre run bears

pcacc 2 달 전
부모
커밋
f9aab6831f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app_dongri.py

+ 2 - 2
app_dongri.py

@@ -306,7 +306,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
                 set_fight_big_monster_times(config, fight_big_monster_times + 1)
                 write_Dailycfg(config)
         
-        if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 15, 30):
+        if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 20, 30):
             if len(task_queue) < 5:
                 task_queue.appendleft(task_returnAllLine())
                 task_queue.appendleft(task_paticipateInTeam())
@@ -624,7 +624,7 @@ def handle_auto_palace():
 if __name__ == '__main__':
     init()
     if '--reset' in sys.argv:
-        time.sleep(1)
+        time.sleep(2)
         isReset = True
         print("需要重启游戏")
     runTask = threading.Thread(target=thread_runTask)#启动线程往里面添加任务