From 2955aa02aaa49b0d5523050356bdc90f9809cb3c Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 30 Nov 2019 21:31:52 -0600 Subject: [PATCH] Bug fix --- auth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth.py b/auth.py index fd0194d..b91b09e 100644 --- a/auth.py +++ b/auth.py @@ -269,6 +269,8 @@ class CookieAuthHandler(urllib.request.HTTPCookieProcessor): self.storage_mgr = storage_mgr self.ui = ui + self.cookiejar.load() + def log_in(self): import base64 import bs4 -- 2.30.2