diff --git a/modules/nalo/browser.py b/modules/nalo/browser.py index c756c1819dff3a4938464b1a7831e0c93e98475d..7c7692b361dfa0592df5e2fda10fa6f33e80cd1f 100644 --- a/modules/nalo/browser.py +++ b/modules/nalo/browser.py @@ -29,7 +29,7 @@ class NaloBrowser(LoginBrowser): BASEURL = 'https://nalo.fr' login = URL(r'/api/v1/login', LoginPage) - accounts = URL(r'/api/v1/projects/mine/without_details', AccountsPage) + accounts = URL(r'/api/v1/projects/mine/without-details', AccountsPage) history = URL(r'/api/v1/projects/(?P\d+)/history') account = URL(r'/api/v1/projects/(?P\d+)', AccountPage) invests = URL(r'https://app.nalo.fr/scripts/data/data.json', InvestPage)