increase DEFAULT_TIMEOUT for accounts with a lot of transactions with foreign currency
This commit is contained in:
parent
ce82d99c2b
commit
fa195d9687
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class Paypal(Browser):
|
||||||
'https://\w+.paypal.com/myaccount/': HomePage,
|
'https://\w+.paypal.com/myaccount/': HomePage,
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 60
|
DEFAULT_TIMEOUT = 120
|
||||||
|
|
||||||
BEGINNING = datetime.date(1998, 6, 1) # The day PayPal was founded
|
BEGINNING = datetime.date(1998, 6, 1) # The day PayPal was founded
|
||||||
account_type = None
|
account_type = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue