add missing await
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s

these smaller issues are becoming annoying
need a better way of testing other than building and pushing
This commit is contained in:
Corban-Lee Jones 2024-12-09 01:54:01 +00:00
parent b03f1ba6df
commit 60f10d2d68

View File

@ -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,