2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

49_Arlo.pm: fixed login problems

git-svn-id: https://svn.fhem.de/fhem/trunk@28061 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
maluk 2023-10-17 16:59:53 +00:00
parent 04e065795d
commit 73ad3adfed

View File

@ -15,7 +15,7 @@ class Arlo:
'platform': 'linux',
'mobile': False
}
self._session = cloudscraper.create_scraper(ecdhCurve='secp384r1')
self._session = cloudscraper.create_scraper(browser=browser)
self._baseUrl = "https://ocapi-app.arlo.com/api/"
self._headers = {