summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-06-26 01:00:19 +0530
committerMadhur Garg <madhurgarg96@gmail.com>2019-08-22 00:54:25 +0530
commitba93143e8a4769e82cc55c7954c5dfd51ff8bad8 (patch)
treec9262a80ce63d2d7f61f6e40293af0e841f9f08e /poezio
parent448f70a5c699ed6c87ad546f92a07f2680026e4f (diff)
downloadpoezio-ba93143e8a4769e82cc55c7954c5dfd51ff8bad8.tar.gz
poezio-ba93143e8a4769e82cc55c7954c5dfd51ff8bad8.tar.bz2
poezio-ba93143e8a4769e82cc55c7954c5dfd51ff8bad8.tar.xz
poezio-ba93143e8a4769e82cc55c7954c5dfd51ff8bad8.zip
Removed extra jid and password fields
Diffstat (limited to 'poezio')
-rw-r--r--poezio/mam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/mam.py b/poezio/mam.py
index 6a16c99b..ba669cd2 100644
--- a/poezio/mam.py
+++ b/poezio/mam.py
@@ -39,7 +39,7 @@ class MAM:
A basic client fetching mam archive messages
"""
- def __init__(self, jid, password, remote_jid, start, end, tab):
+ def __init__(self, remote_jid, start, end, tab):
self.remote_jid = remote_jid
self.start_date = start
self.end_date = end