File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ async def cozytouch_login(self) -> str:
304
304
305
305
# Request JWT
306
306
async with self .session .get (
307
- COZYTOUCH_ATLANTIC_API + "/gacoma/gacomawcfservice /accounts/jwt" ,
307
+ COZYTOUCH_ATLANTIC_API + "/magellan /accounts/jwt" ,
308
308
headers = {"Authorization" : f"Bearer { token ['access_token' ]} " },
309
309
) as response :
310
310
jwt = await response .text ()
Original file line number Diff line number Diff line change 2
2
3
3
from pyoverkiz .models import OverkizServer
4
4
5
- COZYTOUCH_ATLANTIC_API = "https://api .groupe-atlantic.com"
5
+ COZYTOUCH_ATLANTIC_API = "https://apis .groupe-atlantic.com"
6
6
COZYTOUCH_CLIENT_ID = (
7
- "czduc0RZZXdWbjVGbVV4UmlYN1pVSUM3ZFI4YTphSDEzOXZmbzA1ZGdqeDJkSFVSQkFTbmhCRW9h "
7
+ "Q3RfMUpWeVRtSUxYOEllZkE3YVVOQmpGblpVYToyRWNORHpfZHkzNDJVSnFvMlo3cFNKTnZVdjBh "
8
8
)
9
9
10
10
NEXITY_API = "https://api.egn.prd.aws-nexity.fr"
You can’t perform that action at this time.
0 commit comments