You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In auth.py: _find_players in case of no results, close the connection before raising InvalidRequest to avoid Unclosed connector exception in the traceback: (this can be applied to every raise in _find_players and maybe other methods)
I have added some very simple features that add new variables and makes the traceback cleaner.
player.py
:load_playtime
a new variable called total_time_played_hours (self explanatory):auth.py
:_find_players
in case of no results, close the connection before raisingInvalidRequest
to avoidUnclosed connector
exception in the traceback: (this can be applied to every raise in_find_players
and maybe other methods)Maybe these are worth or useful, lmk what you think
The text was updated successfully, but these errors were encountered: