From: Jakob Date: Tue, 3 Dec 2019 05:37:44 +0000 (-0600) Subject: Fix typo X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=1df07fbb0ed90f1610fcea404ad56b6851fa9ab1;p=bb-sync-api.git Fix typo --- diff --git a/auth.py b/auth.py index 2b6552c..e215d6f 100644 --- a/auth.py +++ b/auth.py @@ -312,7 +312,7 @@ class CookieAuthHandler(urllib.request.HTTPCookieProcessor): if path.match('*/webapps/login'): log('error', "Login failed. Are your credentials correct?") del self.storage_mgr['username'] - del self.stoarge_mgr['password'] + del self.storage_mgr['password'] else: self.storage_mgr['username'] = username self.storage_mgr['password'] = encode(password)