Bug fix
authorJakob <jakob@jcornell.net>
Sun, 1 Dec 2019 03:31:52 +0000 (21:31 -0600)
committerJakob <jakob@jcornell.net>
Sun, 1 Dec 2019 03:31:52 +0000 (21:31 -0600)
auth.py

diff --git a/auth.py b/auth.py
index fd0194d6390593c86b3a6253bb7ce7a9a1b98bf1..b91b09e7c152d4216b5b8b931ee412d3babff7ba 100644 (file)
--- 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