From: Jakob Date: Sun, 1 Dec 2019 03:31:52 +0000 (-0600) Subject: Bug fix X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=2955aa02aaa49b0d5523050356bdc90f9809cb3c;p=bb-sync-api.git Bug fix --- 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