Skip to content

Commit 91ae11d

Browse files
committed
Added handler in password_to_hash if password is None.
1 parent d14be1a commit 91ae11d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crownstone_cloud/lib/requestHandler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async def raise_on_error(self, data) -> bool:
118118
else:
119119
_LOGGER.error(error['message'])
120120

121-
await self.websession.close()
122121
return False
123122

124123
async def refresh_token(self):

0 commit comments

Comments
 (0)