[1.1.9] - 2020-12-20
Modified
- Added ability to handle
from
usingfrom_time
andfrom_id
arguments sincefrom
is a
reserved keyword. - Removed
ignore_retries_for
fromHTTP
.pybit
now uses a standard list of non-critical errors that can
be retried. - Added argument
retry_delay
forHTTP
—allows user to add a custom retry delay for each retry.