pcacc пре 2 месеци
родитељ
комит
7caffe1e81
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3 4
      app_dongri.py

+ 3 - 4
app_dongri.py

@@ -291,7 +291,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
             if isSuccess:
                 set_fight_big_monster_times(config, fight_big_monster_times + 1)
                 write_Dailycfg(config)
-        '''
+        
         if is_within_n_minutes(get_todo_time("巨熊行动"), 15, 30):
             if len(task_queue) < 5:
                 task_queue.appendleft(task_returnAllLine())
@@ -300,15 +300,14 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
                 task_queue.appendleft(task_paticipateInTeam())
             myTimeSleep_big()
             send_status(f'巨熊行动中')
-            g_times = 2
             continue
         elif is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
             # 设置无尽运行和启动的游戏为0
             always = True
             update_rungame_type(0)
             send_status(f'巨熊行动:在60min内,切换到无尽模式')
-            g_times = 2
-        '''
+        
+
         task_queue.appendleft(task_cure(True, g_cureNum))
         # special activity
         if activity == 'lianmeng':