From 073b7551006d23e0ab6a2344bf8ab6c74f2d7018 Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:48:31 +0200 Subject: [PATCH] prova --- core/httptools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/httptools.py b/core/httptools.py index 5c17d53f..b9912355 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -440,6 +440,7 @@ def downloadpage(url, **opt): for cookie in elem: if cookie == 'key': # not a cookie continue + elem[cookie]['domain'] = domain set_cookies(elem[cookie]) response_code = 200 # from lib import proxytranslate