fix argument type. statusCode is a list, cannot be None
This commit is contained in:
parent
f6ceb19876
commit
d846f28a0e
|
@ -721,7 +721,7 @@ class Interface:
|
||||||
# remove in 2007
|
# remove in 2007
|
||||||
# It's maybe a GC_NOTIFY (specialy for MSN gc)
|
# It's maybe a GC_NOTIFY (specialy for MSN gc)
|
||||||
self.handle_event_gc_notify(account, (jid, array[1], status_message,
|
self.handle_event_gc_notify(account, (jid, array[1], status_message,
|
||||||
array[3], None, None, None, None, None, None, None, None))
|
array[3], None, None, None, None, None, [], None, None))
|
||||||
|
|
||||||
|
|
||||||
def handle_event_msg(self, account, array):
|
def handle_event_msg(self, account, array):
|
||||||
|
|
Loading…
Reference in New Issue