Skip to content

Commit ad62db1

Browse files
committed
adding some logging to reset_attempts_and_process_status
1 parent abbf9a5 commit ad62db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.wall_e_models

wall_e/extensions/leveling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def updating_database_and_cache(self):
173173
total_xp_required += level_up_required
174174
self.logger.debug("[Leveling updating_database_and_cache()] levels loaded into DB and cache")
175175
self.logger.debug("[Leveling updating_database_and_cache()] loading UserPoints into cache")
176-
await UserPoint.reset_attempts_and_process_status()
176+
await UserPoint.reset_attempts_and_process_status(self.logger)
177177
self.user_points = await UserPoint.load_to_cache()
178178
self.logger.debug("[Leveling updating_database_and_cache()] UserPoints loaded into cache")
179179
self.logger.debug("[Leveling updating_database_and_cache()] XP system ready")

0 commit comments

Comments
 (0)