From 1df07fbb0ed90f1610fcea404ad56b6851fa9ab1 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 2 Dec 2019 23:37:44 -0600 Subject: [PATCH] Fix typo --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2