diff --git a/utils/models.py b/utils/models.py index 19fc5db..1b6cd40 100644 --- a/utils/models.py +++ b/utils/models.py @@ -112,7 +112,7 @@ class Player(Model): profile = profiles[0] - summary, created = SteamProfileSummary.get_or_create( + summary, created = await SteamProfileSummary.get_or_create( steam_id=steam_id, defaults={ "player": self,