DmitrMakeev commited on
Commit
f8935f3
·
verified ·
1 Parent(s): f25cc8b

Update webhook_handler.py

Browse files
Files changed (1) hide show
  1. webhook_handler.py +2 -1
webhook_handler.py CHANGED
@@ -1,6 +1,7 @@
1
  # webhook_handler.py
2
 
3
-
 
4
 
5
  def handle_webhook(data, key_callback_vk, db_name):
6
  # Проверяем тип события
 
1
  # webhook_handler.py
2
 
3
+ import sqlite3
4
+ import json
5
 
6
  def handle_webhook(data, key_callback_vk, db_name):
7
  # Проверяем тип события