pcacc 2 сар өмнө
parent
commit
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)
                 set_fight_big_monster_times(config, fight_big_monster_times + 1)
                 write_Dailycfg(config)
                 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:
             if len(task_queue) < 5:
                 task_queue.appendleft(task_returnAllLine())
                 task_queue.appendleft(task_returnAllLine())
                 task_queue.appendleft(task_paticipateInTeam())
                 task_queue.appendleft(task_paticipateInTeam())
@@ -624,7 +624,7 @@ def handle_auto_palace():
 if __name__ == '__main__':
 if __name__ == '__main__':
     init()
     init()
     if '--reset' in sys.argv:
     if '--reset' in sys.argv:
-        time.sleep(1)
+        time.sleep(2)
         isReset = True
         isReset = True
         print("需要重启游戏")
         print("需要重启游戏")
     runTask = threading.Thread(target=thread_runTask)#启动线程往里面添加任务
     runTask = threading.Thread(target=thread_runTask)#启动线程往里面添加任务