fix (stats): Fix query column names.

This commit is contained in:
2023-08-18 19:37:15 +03:00
parent 1b1371aef1
commit b3b5053c23
2 changed files with 4 additions and 5 deletions

View File

@@ -54,7 +54,6 @@ async def get_stats_card(bot: LionBot, userid: int, guildid: int, mode: CardMode
ref_between = model.study_times_between
study_times = await ref_since(*refkey, *period_timestamps)
print("Period study times: ", study_times)
# Get leaderboard position
# TODO: Efficiency