summaryrefslogtreecommitdiff
path: root/poezio/mam.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/mam.py')
-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