Skip to content

Commit

Permalink
Opt: instance
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Mar 25, 2024
1 parent d06e528 commit 7d44729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/power/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def func(): return auto.click_element(("传送", "进入", "追踪"), "min_dista
time.sleep(2)
Base.send_notification_with_screenshot(cfg.notify_template['InstanceNotCompleted'].format(error="指定副本未解锁"))
auto.press_key("esc")
time.sleep(2)
auto.press_key("esc")
screen.wait_for_screen_change('guide3')
return False
Flag = True
break
Expand Down

0 comments on commit 7d44729

Please sign in to comment.