Update app.py
Browse files
app.py
CHANGED
@@ -2286,7 +2286,16 @@ def serve_html_vk(filename):
|
|
2286 |
'vk_user_id': query_params.get('vk_user_id', ''),
|
2287 |
'vk_are_notifications_enabled': query_params.get('vk_are_notifications_enabled', ''),
|
2288 |
'vk_chat_id': query_params.get('vk_chat_id', ''),
|
2289 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2290 |
}
|
2291 |
|
2292 |
# Очищаем параметры от пустых значений, кроме vk_access_token_settings
|
|
|
2286 |
'vk_user_id': query_params.get('vk_user_id', ''),
|
2287 |
'vk_are_notifications_enabled': query_params.get('vk_are_notifications_enabled', ''),
|
2288 |
'vk_chat_id': query_params.get('vk_chat_id', ''),
|
2289 |
+
'vk_group_id': query_params.get('vk_group_id', ''),
|
2290 |
+
'vk_has_profile_button': query_params.get('vk_has_profile_button', ''),
|
2291 |
+
'vk_is_favorite': query_params.get('vk_is_favorite', ''),
|
2292 |
+
'vk_is_recommended': query_params.get('vk_is_recommended', ''),
|
2293 |
+
'vk_is_play_machine': query_params.get('vk_is_play_machine', ''),
|
2294 |
+
'vk_is_widescreen': query_params.get('vk_is_widescreen', ''),
|
2295 |
+
'vk_profile_id': query_params.get('vk_profile_id', ''),
|
2296 |
+
'vk_testing_group_id': query_params.get('vk_testing_group_id', ''),
|
2297 |
+
'vk_testing_group_id': query_params.get('vk_testing_group_id', ''),
|
2298 |
+
'vk_viewer_group_role': query_params.get('vk_viewer_group_role', '')
|
2299 |
}
|
2300 |
|
2301 |
# Очищаем параметры от пустых значений, кроме vk_access_token_settings
|