|
@@ -352,9 +352,9 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
task_queue.appendleft(task_gotoTree())
|
|
task_queue.appendleft(task_gotoTree())
|
|
#task_queue.appendleft(task_get_redPackage())
|
|
#task_queue.appendleft(task_get_redPackage())
|
|
|
|
|
|
- if always == False and g_times == 7:
|
|
|
|
|
|
+ if g_times == 7:
|
|
handle_end_game()
|
|
handle_end_game()
|
|
- if isAddStrengh:
|
|
|
|
|
|
+ if always:
|
|
myTimeSleep(random.randint(350, 400), send_status)
|
|
myTimeSleep(random.randint(350, 400), send_status)
|
|
else:
|
|
else:
|
|
myTimeSleep(random.randint(1000, 2000), send_status)
|
|
myTimeSleep(random.randint(1000, 2000), send_status)
|