polyapi-python 0.2.4.dev7__py3-none-any.whl → 0.2.4.dev8__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.
- polyapi/webhook.py +1 -1
- {polyapi_python-0.2.4.dev7.dist-info → polyapi_python-0.2.4.dev8.dist-info}/METADATA +1 -1
- {polyapi_python-0.2.4.dev7.dist-info → polyapi_python-0.2.4.dev8.dist-info}/RECORD +6 -6
- {polyapi_python-0.2.4.dev7.dist-info → polyapi_python-0.2.4.dev8.dist-info}/LICENSE +0 -0
- {polyapi_python-0.2.4.dev7.dist-info → polyapi_python-0.2.4.dev8.dist-info}/WHEEL +0 -0
- {polyapi_python-0.2.4.dev7.dist-info → polyapi_python-0.2.4.dev8.dist-info}/top_level.txt +0 -0
polyapi/webhook.py
CHANGED
|
@@ -77,7 +77,7 @@ async def get_client_and_connect():
|
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
async def unregister(data: Dict[str, Any]):
|
|
80
|
-
print(f"stopping
|
|
80
|
+
print(f"stopping webhook handler for '{data['webhookHandleID']}'...")
|
|
81
81
|
assert client
|
|
82
82
|
await client.emit(
|
|
83
83
|
"unregisterWebhookEventHandler",
|
|
@@ -18,9 +18,9 @@ polyapi/server.py,sha256=iXUR1Kd5TnWK-V5qHhvFvQuHx-3IcTv8WChXVY5Mbog,1882
|
|
|
18
18
|
polyapi/typedefs.py,sha256=a5WfHaAvjeql3y1iA3_SkpUztTbKvS5bPqkVxkCvr9E,1459
|
|
19
19
|
polyapi/utils.py,sha256=UD3uV3kzt2w23zxAdHCUROhdvtdO44KCJIpqnFwEhqE,5937
|
|
20
20
|
polyapi/variables.py,sha256=d36-trnfTL_8m2NkorMiImb4O3UrJbiFV38CHxV5i0A,4200
|
|
21
|
-
polyapi/webhook.py,sha256=
|
|
22
|
-
polyapi_python-0.2.4.
|
|
23
|
-
polyapi_python-0.2.4.
|
|
24
|
-
polyapi_python-0.2.4.
|
|
25
|
-
polyapi_python-0.2.4.
|
|
26
|
-
polyapi_python-0.2.4.
|
|
21
|
+
polyapi/webhook.py,sha256=AAioBn4H3gp7Zaxyp5_MnW-61rAIggi4T6WisgHpz1k,3977
|
|
22
|
+
polyapi_python-0.2.4.dev8.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
23
|
+
polyapi_python-0.2.4.dev8.dist-info/METADATA,sha256=VEizn1nBPNVNIOSUSeT67sxfd33N4AKxagz6IyHkcZU,4867
|
|
24
|
+
polyapi_python-0.2.4.dev8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
25
|
+
polyapi_python-0.2.4.dev8.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
26
|
+
polyapi_python-0.2.4.dev8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|