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
Robobrowser object have args [tries, delay, multiplier], but delay is disappear in init function, and multiplier default is None. Multiplier is Urllib3's backoff_factor, default is 0. This change make a error:
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
The text was updated successfully, but these errors were encountered:
Robobrowser object have args [tries, delay, multiplier], but delay is disappear in init function, and multiplier default is None. Multiplier is Urllib3's backoff_factor, default is 0. This change make a error:
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
The text was updated successfully, but these errors were encountered: