python-aidot 0.2.7__tar.gz → 0.2.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_aidot-0.2.7/python_aidot.egg-info → python_aidot-0.2.8}/PKG-INFO +1 -1
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/client.py +1 -1
- {python_aidot-0.2.7 → python_aidot-0.2.8/python_aidot.egg-info}/PKG-INFO +1 -1
- {python_aidot-0.2.7 → python_aidot-0.2.8}/setup.py +1 -1
- {python_aidot-0.2.7 → python_aidot-0.2.8}/LICENSE +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/README.md +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/__init__.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/aes_utils.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/const.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/discover.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/exceptions.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/lan.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/login_const.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/login_control.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/aidot/login_data.py +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/python_aidot.egg-info/SOURCES.txt +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/python_aidot.egg-info/dependency_links.txt +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/python_aidot.egg-info/requires.txt +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/python_aidot.egg-info/top_level.txt +0 -0
- {python_aidot-0.2.7 → python_aidot-0.2.8}/setup.cfg +0 -0
|
@@ -116,7 +116,7 @@ class AidotClient:
|
|
|
116
116
|
_LOGGER.info(f"async_post_login ClientError {e}")
|
|
117
117
|
if response_data[CONF_CODE] == ServerErrorCode.USER_PWD_INCORRECT:
|
|
118
118
|
raise AidotUserOrPassIncorrect
|
|
119
|
-
|
|
119
|
+
raise Exception
|
|
120
120
|
|
|
121
121
|
async def async_refresh_token(self):
|
|
122
122
|
url = f"{self._base_url}/users/refreshToken"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|