forked from Hanabi/hanabi-league
fix: calculate stats of games
This commit is contained in:
parent
111320f9cb
commit
c586f3a92f
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue