Releases: EchterAlsFake/PHUB
Releases · EchterAlsFake/PHUB
v3.1.2
Fixes a bunch of account related things.
- By default, when credentials are passed in, clients will automatically try to connect uppon initialisation. This can be prevented by setting
autologin=False
. - When accounts are already logged in but we try to connect a second time, a
AlreadyLoggedIn
error is raised, unlessforce=True
is specified (Should not be useful, maybe for long term usage?). - Queries now cache the video objects they spit out using memoization. You cannot refresh them, you can either refresh a single video or regenerate the query.
- Account properties are now refreshable, just like Video properties.
- Removed docs buils because why
- Account objects now always check if the client is logged in before allowing certain requests.