Update webhook_handler.py
Browse files- 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 |
# Проверяем тип события
|