python-terminusgps 37.4.1__py3-none-any.whl → 37.4.2__py3-none-any.whl
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.
Potentially problematic release.
This version of python-terminusgps might be problematic. Click here for more details.
- {python_terminusgps-37.4.1.dist-info → python_terminusgps-37.4.2.dist-info}/METADATA +1 -1
- {python_terminusgps-37.4.1.dist-info → python_terminusgps-37.4.2.dist-info}/RECORD +5 -5
- terminusgps/wialon/session.py +1 -1
- {python_terminusgps-37.4.1.dist-info → python_terminusgps-37.4.2.dist-info}/WHEEL +0 -0
- {python_terminusgps-37.4.1.dist-info → python_terminusgps-37.4.2.dist-info}/licenses/COPYING +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 37.4.
|
|
3
|
+
Version: 37.4.2
|
|
4
4
|
Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
|
|
5
5
|
Project-URL: Documentation, https://docs.terminusgps.com
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
|
@@ -44,7 +44,7 @@ terminusgps/wialon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
44
44
|
terminusgps/wialon/constants.py,sha256=05pLc_0S-x0tT87cQcxOmr8plesjOQxoXfUdjIHwI90,7732
|
|
45
45
|
terminusgps/wialon/flags.py,sha256=M50EdhxQ8IMnJnU0mrHK7-h8Asc6tvNiTOOfd1dBW6A,12815
|
|
46
46
|
terminusgps/wialon/renderer.py,sha256=ubmaLjdJyksO2qiWHbIBvYeDqlFya2br7oJYsdfoyV8,7046
|
|
47
|
-
terminusgps/wialon/session.py,sha256=
|
|
47
|
+
terminusgps/wialon/session.py,sha256=YDwJycSM0jqWypP4NUw-59iyIE2Duh745yfFDP6kkvA,10123
|
|
48
48
|
terminusgps/wialon/utils.py,sha256=ntHLAVJSJBdIgJK704xxFNFRopaFz-No9YZZOMmvWO8,11627
|
|
49
49
|
terminusgps/wialon/validators.py,sha256=o5__H9HHnGYth8QAKErJG5rEub7FnT8ue0S3IQ8b67o,4232
|
|
50
50
|
terminusgps/wialon/items/__init__.py,sha256=3BVthghekMvhMQSzQgBMlD_phxmKSmp3Zvmo-z0O8Bs,211
|
|
@@ -59,7 +59,7 @@ terminusgps/wialon/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
59
59
|
terminusgps/wialon/tests/test_items.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
60
60
|
terminusgps/wialon/tests/test_session.py,sha256=9mBlYchMo9NeqRIZsmxYzrM1zBHorqu4ooxqSNppLpI,1336
|
|
61
61
|
terminusgps/wialon/tests/test_utils.py,sha256=SK4PxJQGECFnzx_EQeRAQfsQ5_3FLaVcis2W9u_ibuI,1730
|
|
62
|
-
python_terminusgps-37.4.
|
|
63
|
-
python_terminusgps-37.4.
|
|
64
|
-
python_terminusgps-37.4.
|
|
65
|
-
python_terminusgps-37.4.
|
|
62
|
+
python_terminusgps-37.4.2.dist-info/METADATA,sha256=TSV8Y5Jk0AShk21KLbQYmGivghytk-1c4UdTeeeGlmk,1329
|
|
63
|
+
python_terminusgps-37.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
64
|
+
python_terminusgps-37.4.2.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
65
|
+
python_terminusgps-37.4.2.dist-info/RECORD,,
|
terminusgps/wialon/session.py
CHANGED
|
@@ -299,11 +299,11 @@ class WialonSession:
|
|
|
299
299
|
| wialon_flags.TokenFlag.MANAGE_NONSENSITIVE
|
|
300
300
|
)
|
|
301
301
|
try:
|
|
302
|
-
print(f"{type(flags) = }")
|
|
303
302
|
response = self.wialon_api.token_login(**{"token": token, "fl": flags})
|
|
304
303
|
self._set_login_response(response)
|
|
305
304
|
return response.get("eid", "")
|
|
306
305
|
except (wialon.api.WialonError, ValueError):
|
|
306
|
+
logger.critical("Failed to login to the Wialon API.")
|
|
307
307
|
raise
|
|
308
308
|
|
|
309
309
|
def logout(self) -> None:
|
|
File without changes
|
{python_terminusgps-37.4.1.dist-info → python_terminusgps-37.4.2.dist-info}/licenses/COPYING
RENAMED
|
File without changes
|