From 60f10d2d68004f40b4790ff56b4a488013f15f70 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 9 Dec 2024 01:54:01 +0000 Subject: [PATCH] add missing await these smaller issues are becoming annoying need a better way of testing other than building and pushing --- utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,