diff options
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 2 |
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): |