Update app.py
Browse files
app.py
CHANGED
@@ -2258,7 +2258,8 @@ def serve_html_vk(filename):
|
|
2258 |
# Получаем параметры из GET-запроса
|
2259 |
apps_id = request.args.get('apps_id')
|
2260 |
fullUrl = request.args.get('fullUrl')
|
2261 |
-
|
|
|
2262 |
logging.debug(f"Received params: apps_id={apps_id}, fullUrl={fullUrl}")
|
2263 |
|
2264 |
# Преобразуем строку в JSON
|
|
|
2258 |
# Получаем параметры из GET-запроса
|
2259 |
apps_id = request.args.get('apps_id')
|
2260 |
fullUrl = request.args.get('fullUrl')
|
2261 |
+
vk_are_notifications_enabled = request.args.get('vk_are_notifications_enabled')
|
2262 |
+
vk_is_app_user = request.args.get('vk_is_app_user')
|
2263 |
logging.debug(f"Received params: apps_id={apps_id}, fullUrl={fullUrl}")
|
2264 |
|
2265 |
# Преобразуем строку в JSON
|