jmcarp / robobrowser

BSD 3-Clause "New" or "Revised" License
3.7k stars 337 forks source link

About retry #89

Open tengshan2008 opened 5 years ago

tengshan2008 commented 5 years ago

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'