polyapi-python 0.2.4.dev10__py3-none-any.whl → 0.2.4.dev11__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.dev10.dist-info → polyapi_python-0.2.4.dev11.dist-info}/METADATA +1 -1
- {polyapi_python-0.2.4.dev10.dist-info → polyapi_python-0.2.4.dev11.dist-info}/RECORD +6 -6
- {polyapi_python-0.2.4.dev10.dist-info → polyapi_python-0.2.4.dev11.dist-info}/LICENSE +0 -0
- {polyapi_python-0.2.4.dev10.dist-info → polyapi_python-0.2.4.dev11.dist-info}/WHEEL +0 -0
- {polyapi_python-0.2.4.dev10.dist-info → polyapi_python-0.2.4.dev11.dist-info}/top_level.txt +0 -0
polyapi/webhook.py
CHANGED
|
@@ -25,7 +25,7 @@ async def {function_name}(callback, options=None):
|
|
|
25
25
|
\"""
|
|
26
26
|
from polyapi.webhook import client, active_handlers
|
|
27
27
|
|
|
28
|
-
print("Starting webhook for {function_path}...")
|
|
28
|
+
print("Starting webhook handler for {function_path}...")
|
|
29
29
|
|
|
30
30
|
if not client:
|
|
31
31
|
raise Exception("Client not initialized. Abort!")
|
|
@@ -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=86OSrkXlaB0HZppkItT9Xp3m2LBfIT4nPIhyBkIJ0OU,6164
|
|
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=KidW6J1R4pWsgJ9duPiG-kzO8S28zfVyPhSn8ypD30Y,4325
|
|
22
|
+
polyapi_python-0.2.4.dev11.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
23
|
+
polyapi_python-0.2.4.dev11.dist-info/METADATA,sha256=KJOGzn80kG4RbClDfAeVKfnbMkrLt2W3St9-EuSixxA,4868
|
|
24
|
+
polyapi_python-0.2.4.dev11.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
25
|
+
polyapi_python-0.2.4.dev11.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
26
|
+
polyapi_python-0.2.4.dev11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|