Spaces:
Sleeping
Sleeping
Update webhook_handler.py
Browse files- webhook_handler.py +2 -0
webhook_handler.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
# webhook_handler.py
|
2 |
|
|
|
|
|
3 |
def handle_webhook(data, key_callback_vk):
|
4 |
# Проверяем тип события
|
5 |
if data['type'] == 'confirmation':
|
|
|
1 |
# webhook_handler.py
|
2 |
|
3 |
+
# webhook_handler.py
|
4 |
+
|
5 |
def handle_webhook(data, key_callback_vk):
|
6 |
# Проверяем тип события
|
7 |
if data['type'] == 'confirmation':
|