Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2280,7 +2280,12 @@ def serve_html_vk(filename):
|
|
2280 |
'vk_are_notifications_enabled': vk_are_notifications_enabled,
|
2281 |
'vk_is_app_user': vk_is_app_user,
|
2282 |
"vk_is_favorite": vk_is_favorite,
|
2283 |
-
"vk_language": vk_language
|
|
|
|
|
|
|
|
|
|
|
2284 |
}
|
2285 |
|
2286 |
|
|
|
2280 |
'vk_are_notifications_enabled': vk_are_notifications_enabled,
|
2281 |
'vk_is_app_user': vk_is_app_user,
|
2282 |
"vk_is_favorite": vk_is_favorite,
|
2283 |
+
"vk_language": vk_language,
|
2284 |
+
"vk_platform": vk_platform,
|
2285 |
+
"vk_ref": vk_ref,
|
2286 |
+
"vk_ts": vk_ts,
|
2287 |
+
"vk_user_id": vk_user_id,
|
2288 |
+
"sign": sign
|
2289 |
}
|
2290 |
|
2291 |
|