DmitrMakeev commited on
Commit
d6483ee
·
verified ·
1 Parent(s): dce6748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2258,6 +2258,7 @@ def serve_html_vk(filename):
2258
  # Получаем параметры из GET-запроса
2259
  apps_id = request.args.get('apps_id')
2260
  base_url = 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}, vk_are_notifications_enabled={vk_are_notifications_enabled}, vk_is_app_user={vk_is_app_user}")
 
2258
  # Получаем параметры из GET-запроса
2259
  apps_id = request.args.get('apps_id')
2260
  base_url = request.args.get('fullUrl')
2261
+ vk_app_id = request.args.get('vk_app_id')
2262
  vk_are_notifications_enabled = request.args.get('vk_are_notifications_enabled')
2263
  vk_is_app_user = request.args.get('vk_is_app_user')
2264
  logging.debug(f"Received params: apps_id={apps_id}, vk_are_notifications_enabled={vk_are_notifications_enabled}, vk_is_app_user={vk_is_app_user}")