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:
parent
04e065795d
commit
73ad3adfed
@ -15,7 +15,7 @@ class Arlo:
|
|||||||
'platform': 'linux',
|
'platform': 'linux',
|
||||||
'mobile': False
|
'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._baseUrl = "https://ocapi-app.arlo.com/api/"
|
||||||
|
|
||||||
self._headers = {
|
self._headers = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user