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