|
@@ -289,6 +289,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
if len(collectArr) == 1:
|
|
if len(collectArr) == 1:
|
|
collectArr = collectArr[0]
|
|
collectArr = collectArr[0]
|
|
while not GlobalState.event.is_set():
|
|
while not GlobalState.event.is_set():
|
|
|
|
+ print(f"----第{GlobalState.g_times}次循环-----")
|
|
if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 30, 35):
|
|
if isSimple == False and is_within_n_minutes(get_todo_time("巨熊行动"), 30, 35):
|
|
print("in fight bear")
|
|
print("in fight bear")
|
|
if len(GlobalState.task_queue) < 5:
|
|
if len(GlobalState.task_queue) < 5:
|