Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(战绩查询): 外服进游戏时会报错 #370

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/view/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,6 @@ async def __onGameStart(self):

# 如果是进游戏后开的软件,需要先把友方信息更新上去
async def paintAllySummonersInfo():
if self.gameInfoInterface.allyOrder and len(self.gameInfoInterface.allyOrder) == 5:
return

self.gameInfoInterface.allyChampions = {}
self.gameInfoInterface.allyOrder = []

Expand Down
Loading