Skip to content

Commit

Permalink
Update global URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Nov 1, 2021
1 parent ca75565 commit 91f6aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sems2mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def issueException():

async def call(url, payload):
token = '{"version":"","client":"web","language":"en"}'
global_url = 'https://eu.semsportal.com/api/'
global_url = 'https://www.semsportal.com/api/'
base_url = global_url
for i in range(1, 4):
try:
Expand Down

0 comments on commit 91f6aab

Please sign in to comment.