summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact.py b/src/contact.py
index 7bde7a4f..804a7068 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -147,7 +147,7 @@ class Contact(object):
def set_subscription(self, sub):
self._subscription = sub
- def get_subscription(self, sub):
+ def get_subscription(self):
return self._subscription
def get_nb_resources(self):