DmitrMakeev commited on
Commit
c842f05
·
verified ·
1 Parent(s): d927a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2257,7 +2257,7 @@ def serve_html_vk(filename):
2257
  try:
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')
@@ -2265,7 +2265,7 @@ def serve_html_vk(filename):
2265
 
2266
 
2267
  logging.debug(f"Received params: apps_id={apps_id}")
2268
- logging.debug(f"Received params: fullUrl={base_url}")
2269
  logging.debug(f"Received params: vk_app_id={vk_app_id}")
2270
  logging.debug(f"Received params: vk_are_notifications_enabled={vk_are_notifications_enabled}")
2271
  # Преобразуем строку в JSON
 
2257
  try:
2258
  # Получаем параметры из GET-запроса
2259
  apps_id = request.args.get('apps_id')
2260
+ ba_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')
 
2265
 
2266
 
2267
  logging.debug(f"Received params: apps_id={apps_id}")
2268
+ logging.debug(f"Received params: fullUrl={ba_url}")
2269
  logging.debug(f"Received params: vk_app_id={vk_app_id}")
2270
  logging.debug(f"Received params: vk_are_notifications_enabled={vk_are_notifications_enabled}")
2271
  # Преобразуем строку в JSON