Fix typo
authorJakob <jakob@jcornell.net>
Tue, 3 Dec 2019 05:37:44 +0000 (23:37 -0600)
committerJakob <jakob@jcornell.net>
Tue, 3 Dec 2019 05:37:44 +0000 (23:37 -0600)
auth.py

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