Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fixed NA endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeko12 committed Jun 4, 2023
1 parent 861a5a5 commit b5d8bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pyelectroluxconnect',
version='0.3.18',
version='0.3.19',
description='Interface for Electrolux Connectivity Platform API',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions src/pyelectroluxconnect/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"na": ["https://api.us.ecp.electrolux.com",
"otP12Kbr0e30MpaCf3EV9lZE6LwWAWV5i5aTuYh2",
"Electrolux-NA"],
"latam": ["https://api.us.ecp.electrolux.com/",
"latam": ["https://api.us.ecp.electrolux.com",
"2trEsQPXBd1gDgFjXnDbRSyFgIMjMVG7GYdMVJvf",
"Electrolux"],
"frigidaire": ["https://api.us.ecp.electrolux.com/",
"frigidaire": ["https://api.us.ecp.electrolux.com",
"Gsdwexj38r1sXSXIPVdxj4DGoU5ZoaI6aW6ZckBI",
"frigidaire"]
}
Expand Down

0 comments on commit b5d8bf1

Please sign in to comment.