|
@@ -286,10 +286,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
if len(collectArr) == 1:
|
|
|
collectArr = collectArr[0]
|
|
|
while not event.is_set():
|
|
|
- #config = read_Dailycfg()
|
|
|
- #print("config, check daily", config)
|
|
|
-
|
|
|
- if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 20, 30):
|
|
|
+ if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 30, 35):
|
|
|
print("in fight bear")
|
|
|
if len(task_queue) < 5:
|
|
|
start_recording()
|
|
@@ -311,8 +308,8 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
elif isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 60, 0):
|
|
|
# 设置无尽运行和启动的游戏为0
|
|
|
always = True
|
|
|
- #if g_switch:
|
|
|
- #update_rungame_type(0)
|
|
|
+ if g_switch:
|
|
|
+ update_rungame_type(0)
|
|
|
send_status(f'巨熊行动:在60min内,切换到无尽模式')
|
|
|
stop_recording()
|
|
|
|