Site
Gitweb
Static
projects
/
bb-sync-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218719c
)
Fix typo
author
Jakob
<jakob@jcornell.net>
Tue, 3 Dec 2019 05:37:44 +0000
(23:37 -0600)
committer
Jakob
<jakob@jcornell.net>
Tue, 3 Dec 2019 05:37:44 +0000
(23:37 -0600)
auth.py
patch
|
blob
|
history
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.sto
ar
ge_mgr['password']
+ del self.sto
ra
ge_mgr['password']
else:
self.storage_mgr['username'] = username
self.storage_mgr['password'] = encode(password)