summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kittystore/kittysamodel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kittystore/kittysamodel.py b/kittystore/kittysamodel.py
index 405a3c2..8706fa1 100644
--- a/kittystore/kittysamodel.py
+++ b/kittystore/kittysamodel.py
@@ -75,8 +75,8 @@ class Email(object):
Define the fields of the table and their types.
"""
- def __init__(self, list_name, sender, email, subject, content,
- date, message_id, stable_url_id, thread_id, references, full):
+ def __init__(self, sender, email, subject, content, date, message_id,
+ stable_url_id, thread_id, references, full):
""" Constructor instanciating the defaults values. """
self.sender = sender
self.email = email