jmcarp / jmcarp/robobrowser

About retry

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.7k
Forks
336
PR merge metrics
No merged PRs in 30d

Description

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'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.