Do not use retry() with 404 errors
This commit is contained in:
parent
55a8154f39
commit
7b61871f51
2 changed files with 17 additions and 7 deletions
|
|
@ -18,8 +18,9 @@
|
|||
|
||||
from weboob.tools.browser.browser import BrowserIncorrectPassword, BrowserBanned, \
|
||||
BrowserUnavailable, BrowserRetry, \
|
||||
BrowserHTTPError, BasePage, BaseBrowser
|
||||
BrowserHTTPNotFound, BrowserHTTPError, \
|
||||
BasePage, BaseBrowser
|
||||
|
||||
|
||||
__all__ = ['BrowserIncorrectPassword', 'BrowserBanned', 'BrowserUnavailable', 'BrowserRetry',
|
||||
'BrowserHTTPError', 'BasePage', 'BaseBrowser']
|
||||
'BrowserHTTPNotFound', 'BrowserHTTPError', 'BasePage', 'BaseBrowser']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue