diff --git a/utils/models.py b/utils/models.py index d96518f..b79e7ea 100644 --- a/utils/models.py +++ b/utils/models.py @@ -102,6 +102,7 @@ class Player(Model): # I know this is terrible efficiency-wise, but the tortoise docs # are so bad and the annotations don't work like Django's models. Deal with it! for session in sessions: + log.info("session playtime: %s", session.playtime) total_playtime += session.playtime return total_playtime