summaryrefslogtreecommitdiff
path: root/src/jwebmail/read_mails.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jwebmail/read_mails.py')
-rw-r--r--src/jwebmail/read_mails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jwebmail/read_mails.py b/src/jwebmail/read_mails.py
index f0f37c6..4e2b0c7 100644
--- a/src/jwebmail/read_mails.py
+++ b/src/jwebmail/read_mails.py
@@ -164,7 +164,7 @@ def _build_qma(username, password):
def login(username, password):
try:
- qma = _build_qma(username, password).open()
+ _build_qma(username, password).open()
except QMAuthError as err:
if err.rc == 1:
return False