DmitrMakeev commited on
Commit
d783583
·
verified ·
1 Parent(s): b89a231

Update webhook_handler.py

Browse files
Files changed (1) hide show
  1. 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':