Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into quiz-infinite-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 1, 2025
2 parents 0ba94d1 + 9b30fe2 commit 0cb7dac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def has_infinite_stats(user, seeds_versions):
def store_user_stats_infinite(user, seed, version, corrects: List[bool]):
user = int(user, 16)
conn, c = table()
# ignore latest day here, it is up to the client to filter out old stats
# we want to be able to update stats for old days
correctBytes = corrects_to_bytes(corrects)
time_unix_millis = round(time.time() * 1000)
c.execute(
Expand Down

0 comments on commit 0cb7dac

Please sign in to comment.