zenx 0.8.2__py3-none-any.whl → 0.8.4__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.
- zenx/pipelines/websocket.py +2 -1
- {zenx-0.8.2.dist-info → zenx-0.8.4.dist-info}/METADATA +1 -1
- {zenx-0.8.2.dist-info → zenx-0.8.4.dist-info}/RECORD +6 -6
- {zenx-0.8.2.dist-info → zenx-0.8.4.dist-info}/WHEEL +0 -0
- {zenx-0.8.2.dist-info → zenx-0.8.4.dist-info}/entry_points.txt +0 -0
- {zenx-0.8.2.dist-info → zenx-0.8.4.dist-info}/top_level.txt +0 -0
zenx/pipelines/websocket.py
CHANGED
@@ -53,8 +53,9 @@ try:
|
|
53
53
|
async def _listen(self) -> None:
|
54
54
|
try:
|
55
55
|
await self._connected.wait()
|
56
|
+
self.logger.debug("listening", pipeline=self.name)
|
56
57
|
async for msg in self._ws_client:
|
57
|
-
self.logger.debug("
|
58
|
+
self.logger.debug("response", msg=msg.decode(), pipeline=self.name)
|
58
59
|
except Exception:
|
59
60
|
await asyncio.sleep(1)
|
60
61
|
|
@@ -14,14 +14,14 @@ zenx/pipelines/base.py,sha256=N_388z5DFMeaU6wMwcClZAbQFWKh4kpAF7eUJhpQevs,1863
|
|
14
14
|
zenx/pipelines/google_rpc.py,sha256=nR7hNCqAcg1YGWYm3xoj8G8vOTs74lAeYc0dYk842n8,4490
|
15
15
|
zenx/pipelines/manager.py,sha256=lm2A_4h8NNdurFfwrrLwx5Z1tqJ9yZp2qgYvwGWd1lc,2017
|
16
16
|
zenx/pipelines/preprocess.py,sha256=zXuhaLdH5KfBi_Bf-K5BgzFEujdmPWWpwYKkpOifT5U,816
|
17
|
-
zenx/pipelines/websocket.py,sha256=
|
17
|
+
zenx/pipelines/websocket.py,sha256=0LOBWOKaMN7kaId4HzVj3mghgbV321JcaYPJLCMbp-c,4880
|
18
18
|
zenx/resources/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
zenx/resources/proto/feed_pb2.py,sha256=ZyICOLnyuXekkvV4bAHZ1nE1-wwzcYYRRrmRJCMrSoo,2810
|
20
20
|
zenx/resources/proto/feed_pb2_grpc.py,sha256=Mim6FfBgIMj0PmTqHk036nVUMJH3A6I3ts6r1j3bQF8,7441
|
21
21
|
zenx/spiders/__init__.py,sha256=rs5LuqdM2MQlUYiTGJrzkYhzN8_SSLTrR7wGjSRrrSo,25
|
22
22
|
zenx/spiders/base.py,sha256=BGxOvNnjaz6gmZm7NIgYc0RddWDmpIp53ukxprUUd-Y,1932
|
23
|
-
zenx-0.8.
|
24
|
-
zenx-0.8.
|
25
|
-
zenx-0.8.
|
26
|
-
zenx-0.8.
|
27
|
-
zenx-0.8.
|
23
|
+
zenx-0.8.4.dist-info/METADATA,sha256=RhU8INENPLstTqgETU-XjZj3psb8aJ_O8MAu2GgfEEc,1273
|
24
|
+
zenx-0.8.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
25
|
+
zenx-0.8.4.dist-info/entry_points.txt,sha256=8JXob2f1VtvzGFris-e9Usqywg7oca-cChDlH9moOZU,38
|
26
|
+
zenx-0.8.4.dist-info/top_level.txt,sha256=JeXwvK86d7sB-2x-avugFnZIZa33zaHWKI8RHWJR6KY,5
|
27
|
+
zenx-0.8.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|