try to add model in the request header
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user