Skip to content

Commit

Permalink
Fix: #321
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Sep 6, 2024
1 parent 95596f7 commit abbe0c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def get_process_path(name):
if not wait_until(lambda: check_and_click_enter(), 600):
raise TimeoutError("查找并点击进入按钮超时")
time.sleep(10)
# 修复B服问题 https://github.com/moesnow/March7thAssistant/discussions/321#discussioncomment-10565807
auto.press_mouse()
else:
starrail.check_resolution_ratio(1920, 1080)
if cfg.auto_set_game_path_enable:
Expand Down

0 comments on commit abbe0c9

Please sign in to comment.