[amazonstorecard] Increase retries and timeout. Closes #1825
This commit is contained in:
parent
36bf2bbbf0
commit
5d2152ace8
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ __all__ = ['AmazonStoreCard']
|
|||
|
||||
class AmazonStoreCard(LoginBrowser):
|
||||
BASEURL = 'https://www.onlinecreditcenter6.com'
|
||||
MAX_RETRIES = 10
|
||||
TIMEOUT = 30.0
|
||||
login = URL('/consumergen2/login.do\?accountType=plcc&clientId=amazon'
|
||||
'&langId=en&subActionId=1000$',
|
||||
'/consumergen2/consumerlogin.do.*$',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue