Skip to content

Commit

Permalink
🌱 rename
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
  • Loading branch information
Ludy87 committed Apr 17, 2022
1 parent 7d5b7de commit 33e04da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyecotrend_ista/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.0.17"
VERSION = "1.0.18"
LOGIN_HEADER = {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, deflate, br",
Expand Down
2 changes: 1 addition & 1 deletion pyecotrend_ista/pyecotrend_ista.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def __setAccount(self):
self._a_userGroup = res["userGroup"]
self._uuid = res["activeConsumptionUnit"]

def gerVersion(self):
def getVersion(self):
return self._version

async def login(self, forceLogin=False):
Expand Down

0 comments on commit 33e04da

Please sign in to comment.