fix: calculate stats of games

This commit is contained in:
Maximilian Keßler 2023-12-22 18:51:33 +01:00
parent 111320f9cb
commit c586f3a92f
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -65,6 +65,8 @@ def subcommand_process_ratings():
def subcommand_process_stats(): def subcommand_process_stats():
logger.info("Analysing all games in database.")
stats.analyze_all_games()
logger.info("Processing stats for all users.") logger.info("Processing stats for all users.")
stats.update_user_statistics() stats.update_user_statistics()