fix crash on new accounts list (closes #1654)

This commit is contained in:
Romain Bignon 2014-11-10 19:11:29 +01:00
commit 49613aa1f8
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ class Paypal(Browser):
'https://www.paypal.com/webapps/business/\?nav=0.0': NewHomePage,
'https://www.paypal.com/businessexp/money': NewAccountPage,
'https://www.paypal.com/webapps/business/activity\?.*': NewHistoryPage,
'https://www.paypal.com/myaccount/': NewHistoryPage,
}
DEFAULT_TIMEOUT = 30 # CSV export is slow