uiprotect 0.15.0__py3-none-any.whl → 0.15.1__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 uiprotect might be problematic. Click here for more details.
- uiprotect/websocket.py +1 -1
- {uiprotect-0.15.0.dist-info → uiprotect-0.15.1.dist-info}/METADATA +1 -1
- {uiprotect-0.15.0.dist-info → uiprotect-0.15.1.dist-info}/RECORD +6 -6
- {uiprotect-0.15.0.dist-info → uiprotect-0.15.1.dist-info}/LICENSE +0 -0
- {uiprotect-0.15.0.dist-info → uiprotect-0.15.1.dist-info}/WHEEL +0 -0
- {uiprotect-0.15.0.dist-info → uiprotect-0.15.1.dist-info}/entry_points.txt +0 -0
uiprotect/websocket.py
CHANGED
|
@@ -104,7 +104,7 @@ class Websocket:
|
|
|
104
104
|
break
|
|
105
105
|
self._reset_timeout()
|
|
106
106
|
except ClientError:
|
|
107
|
-
_LOGGER.exception("Websocket disconnect error: %s")
|
|
107
|
+
_LOGGER.exception("Websocket disconnect error: %s", self.url)
|
|
108
108
|
finally:
|
|
109
109
|
_LOGGER.debug("Websocket disconnected")
|
|
110
110
|
self._increase_failure()
|
|
@@ -29,9 +29,9 @@ uiprotect/stream.py,sha256=McV3XymKyjn-1uV5jdQHcpaDjqLS4zWyMASQ8ubcyb4,4924
|
|
|
29
29
|
uiprotect/test_util/__init__.py,sha256=d2g7afa0LSdixQ0kjEDYwafDFME_UlW2LzxpamZ2BC0,18556
|
|
30
30
|
uiprotect/test_util/anonymize.py,sha256=f-8ijU-_y9r-uAbhIPn0f0I6hzJpAkvJzc8UpWihObI,8478
|
|
31
31
|
uiprotect/utils.py,sha256=6OLY8hNiCzk418PjJJIlFW7jjPzVt1vxBKEzBSqMeTk,18418
|
|
32
|
-
uiprotect/websocket.py,sha256=
|
|
33
|
-
uiprotect-0.15.
|
|
34
|
-
uiprotect-0.15.
|
|
35
|
-
uiprotect-0.15.
|
|
36
|
-
uiprotect-0.15.
|
|
37
|
-
uiprotect-0.15.
|
|
32
|
+
uiprotect/websocket.py,sha256=IzDPyqbzrkOMREvahN-e2zdvVD0VABSCWy6jSoCwOT0,7299
|
|
33
|
+
uiprotect-0.15.1.dist-info/LICENSE,sha256=INx18jhdbVXMEiiBANeKEbrbz57ckgzxk5uutmmcxGk,1111
|
|
34
|
+
uiprotect-0.15.1.dist-info/METADATA,sha256=t3Ov_3D6efBI2nzif6zeqRPOQND2X25fqIw1SRebTto,10985
|
|
35
|
+
uiprotect-0.15.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
36
|
+
uiprotect-0.15.1.dist-info/entry_points.txt,sha256=J78AUTPrTTxgI3s7SVgrmGqDP7piX2wuuEORzhDdVRA,47
|
|
37
|
+
uiprotect-0.15.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|