summaryrefslogtreecommitdiff
path: root/sunshine/handle.py
diff options
context:
space:
mode:
Diffstat (limited to 'sunshine/handle.py')
-rw-r--r--sunshine/handle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/handle.py b/sunshine/handle.py
index 23b994a..d26d442 100644
--- a/sunshine/handle.py
+++ b/sunshine/handle.py
@@ -95,7 +95,7 @@ class SunshineSelfHandle(SunshineHandle):
class SunshineContactHandle(SunshineHandle):
#TODO: GG using just UIN to indenrify user so we need just contact_uin instead of contact_account and contact_network)
- def __init__(self, connection, id, contact_account, contact_network=None):
+ def __init__(self, connection, id, contact_account, contact_network):
handle_type = telepathy.HANDLE_TYPE_CONTACT
handle_name = str(contact_account)
self.account = str(contact_account)