issues
search
Top-gg-Community
/
python-sdk
A simple API wrapper for top.gg written in Python
https://docs.top.gg/docs/Libraries/python
MIT License
91
stars
54
forks
source link
Implement default autopost error handler and re-raise unauthorized error
#48
Closed
norinorin
closed
3 years ago
norinorin
commented
3 years ago
Proposed Changes
Fixed docstring mismatch
Got rid of some Optional[bool] as they're not supposed to be None but bool only.
Optional[X] is equivalent to Union[X, None].
—
typing.Optional
Implemented a default auto-post error handler
Made use of
_autopost_interval
attribute
Made 1800 as the default value of the autopost_interval parameter
Proposed Changes
Optional[X] is equivalent to Union[X, None].
— typing.Optional_autopost_interval
attribute