Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into add-link-to-infinite
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 1, 2025
2 parents 038cf7a + c9196e8 commit 1a84ded
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 1a84ded

Please sign in to comment.