attp-client 0.0.6__py3-none-any.whl → 0.0.7__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.
attp_client/session.py
CHANGED
@@ -303,7 +303,7 @@ class SessionDriver:
|
|
303
303
|
|
304
304
|
else:
|
305
305
|
if self.is_authenticated:
|
306
|
-
self.logger.debug("cyan]ATTP[/] ┆ Handing incoming message to a route handler.")
|
306
|
+
self.logger.debug("[cyan]ATTP[/] ┆ Handing incoming message to a route handler.")
|
307
307
|
self.messages.put_nowait(event)
|
308
308
|
|
309
309
|
async def start_listener(self):
|
@@ -24,12 +24,12 @@ attp_client/interfaces/route_mappings.py,sha256=j6hEdkCP5xPpHS16EWmlkdTlnHa7z6e8
|
|
24
24
|
attp_client/misc/fixed_basemodel.py,sha256=0MTVmlTrA75Oxv0pVfLdXFTSp5AmBzgiNwvDiLFGF_w,1853
|
25
25
|
attp_client/misc/serializable.py,sha256=tU08TsjiLiafAhU1jKd5BxajlHdEDcdKeEiKPqhMSTI,2102
|
26
26
|
attp_client/router.py,sha256=UDHU2xsvTjgSIzMtV0jkPvOYK9R7GFjKfIrjjBHws-Q,4575
|
27
|
-
attp_client/session.py,sha256=
|
27
|
+
attp_client/session.py,sha256=oZx3Lgsr-y4onaL4yrM3Sj2caQck9wc14QcakhS42Js,11410
|
28
28
|
attp_client/tools.py,sha256=w8Vnd2wVBrq7MxsHG-Uw91A1j39m27T2Cu5rV5CHfds,1979
|
29
29
|
attp_client/types/route_mapping.py,sha256=Kb9ZX88lqihRZr8IryfH1Vg_YAobW699Yjl6Raz1rdg,375
|
30
30
|
attp_client/utils/context_awaiter.py,sha256=oCptu5g8mY43j5cr-W4fOe85OCCaqQI9r_Pn92NgZSY,1035
|
31
31
|
attp_client/utils/route_mapper.py,sha256=uJNhKp6ipCSUxoiZS0Liix2lHOgUAnJM0kfgXWAh9RQ,554
|
32
32
|
attp_client/utils/serializer.py,sha256=O1tWYbQS9jC9aus-ISKtliKCgGmOEIb9hxykVrmMKGY,636
|
33
|
-
attp_client-0.0.
|
34
|
-
attp_client-0.0.
|
35
|
-
attp_client-0.0.
|
33
|
+
attp_client-0.0.7.dist-info/METADATA,sha256=fSGJfOrXhRYiYJWVDcFT7ECgNDYypve8ncrW6elXM6M,7137
|
34
|
+
attp_client-0.0.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
35
|
+
attp_client-0.0.7.dist-info/RECORD,,
|
File without changes
|