add missing await
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s
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:
parent
b03f1ba6df
commit
60f10d2d68
@ -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,
|
||||
|
Reference in New Issue
Block a user