Skip to content

Commit

Permalink
fix: Give Hypixel some more time to update our stats
Browse files Browse the repository at this point in the history
Feel like we sometimes get stuck with stale stats in the discord status.
Trying this to see if it maybe helps?
  • Loading branch information
Amund211 committed Sep 13, 2024
1 parent e1500f8 commit 2178167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prism/overlay/rich_presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run(self) -> None:
self.time_since_game_end = 15

# Wait a bit to let Hypixel update the stats in the API
time.sleep(1)
time.sleep(5)

self.update_session_presence()
time.sleep(15)
Expand Down

0 comments on commit 2178167

Please sign in to comment.