From c93a6c307d43d53dedf412ccefa371de55e2466a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 24 Apr 2022 20:17:54 +0300 Subject: [PATCH] chg: properly set cookies --- bin/async_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/async_capture.py b/bin/async_capture.py index 0583b051..a2033f69 100755 --- a/bin/async_capture.py +++ b/bin/async_capture.py @@ -136,7 +136,7 @@ class AsyncCapture(AbstractManager): await capture.prepare_capture(proxy=proxy) else: await capture.prepare_capture() - capture.cookies = cookies + capture.prepare_cookies(cookies) capture.user_agent = ua if headers: capture.http_headers = headers