python-aidot 0.3.0__tar.gz → 0.3.1__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.3.0 → python_aidot-0.3.1}/PKG-INFO +1 -1
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/exceptions.py +5 -2
- {python_aidot-0.3.0 → python_aidot-0.3.1}/python_aidot.egg-info/PKG-INFO +1 -1
- {python_aidot-0.3.0 → python_aidot-0.3.1}/setup.py +1 -1
- {python_aidot-0.3.0 → python_aidot-0.3.1}/LICENSE +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/README.md +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/__init__.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/aes_utils.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/client.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/const.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/discover.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/lan.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/aidot/login_const.py +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/python_aidot.egg-info/SOURCES.txt +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/python_aidot.egg-info/dependency_links.txt +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/python_aidot.egg-info/requires.txt +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/python_aidot.egg-info/top_level.txt +0 -0
- {python_aidot-0.3.0 → python_aidot-0.3.1}/setup.cfg +0 -0
|
@@ -15,7 +15,10 @@ class AidotAuthTokenExpired(AidotError):
|
|
|
15
15
|
"""Authentication failed because token is invalid or expired."""
|
|
16
16
|
|
|
17
17
|
class AidotAuthFailed(AidotError):
|
|
18
|
-
"""Authentication failed
|
|
18
|
+
"""Authentication failed"""
|
|
19
|
+
|
|
20
|
+
class AidotUserOrPassIncorrect(AidotError):
|
|
21
|
+
"""Authentication failed"""
|
|
19
22
|
|
|
20
23
|
class AidotOSError(Exception):
|
|
21
|
-
"""Aidot exception."""
|
|
24
|
+
"""Aidot exception."""
|
|
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
|