diff --git a/utils/models.py b/utils/models.py index 365d928..e8b80c1 100644 --- a/utils/models.py +++ b/utils/models.py @@ -91,7 +91,7 @@ class Player(Model): async def get_steam_summary(self) -> SteamProfileSummary | None: """ """ - return SteamProfileSummary.get_or_none(player=self) + return await SteamProfileSummary.get_or_none(player=self) async def update_steam_summary(self, steam_id: str | int, steam_api_key: str) -> SteamProfileSummary: """