Skip to content

Commit

Permalink
Merge branch 'Bing-su:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rezytijo authored Dec 31, 2023
2 parents bc436e2 + 13deecd commit c733f70
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 984 deletions.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ async def __call__(self, cookie: CookieInfo, server: str) -> RewardInfo:

try:
accounts = await client.get_game_accounts()
except genshin.GenshinException:
except genshin.GenshinException as e:
console.log(f"\\[{self.game}] {cookie.env_name}: {e}")
return info

accounts_game = [acc for acc in accounts if acc.game == self.game]
Expand Down
Loading

0 comments on commit c733f70

Please sign in to comment.