Skip to content

Commit

Permalink
Update sunsynkapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MorneSaunders360 committed Apr 29, 2024
1 parent 4a53b7d commit 43aec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solar_sunsynk/sunsynkapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def request(self, method, path, body, autoAuth):
'Content-Type': 'application/json',
}

_LOGGER.error(self.region)
# _LOGGER.error(self.region)
if self.region == SunsynkApiNames.PowerView or self.region == 'Region 1':
host = 'https://pv.inteless.com/'
elif self.region == SunsynkApiNames.Sunsynk or self.region == 'Region 2':
Expand Down

0 comments on commit 43aec0c

Please sign in to comment.