Skip to content

Commit

Permalink
fix: Remove mimo games caching
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Dec 9, 2024
1 parent 0a9964c commit b514aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genshin/client/components/hoyolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ async def get_mimo_games(self, *, lang: typing.Optional[str] = None) -> typing.S
data = await self.request(
routes.MIMO_URL.get_url() / "index",
params=dict(lang=lang or self.lang),
cache=client_cache.cache_key("mimo_games", lang=lang or self.lang),
)
return [models.MimoGame(**i) for i in data["list"]]

Expand Down

0 comments on commit b514aae

Please sign in to comment.