[Dicson] Fix typo. Fixes #5983
This commit is contained in:
parent
03e90746b9
commit
3cd28113f4
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Remote:
|
||||||
def on_gc_message_received(self, obj):
|
def on_gc_message_received(self, obj):
|
||||||
self.raise_signal('GCMessage', (obj.conn.name, [obj.fjid, obj.msgtxt,
|
self.raise_signal('GCMessage', (obj.conn.name, [obj.fjid, obj.msgtxt,
|
||||||
obj.timestamp, obj.has_timestamp, obj.xhtml_msgtxt, obj.status_code,
|
obj.timestamp, obj.has_timestamp, obj.xhtml_msgtxt, obj.status_code,
|
||||||
obj.displaymarking, obj.captcha_form, obj.needs_highlight)
|
obj.displaymarking, obj.captcha_form, obj.needs_highlight])
|
||||||
|
|
||||||
def raise_signal(self, signal, arg):
|
def raise_signal(self, signal, arg):
|
||||||
if self.signal_object:
|
if self.signal_object:
|
||||||
|
|
Loading…
Add table
Reference in a new issue