try to add model in the request header

This commit is contained in:
2024-09-27 22:48:13 +02:00
parent 00db63d09b
commit c5cf7be54b
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ def get_lang_cookies(cookiesStr: str):
_cookies.load(cookiesStr)
new_cookies = {k: v.value for k, v in _cookies.items()}
new_coolies_str = None
# conserve only app, policy and lang cookies
for key in new_cookies:
if key == "app":
if new_coolies_str is None: