diff --git a/bin/async_capture.py b/bin/async_capture.py index 0583b05..a2033f6 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