Do not assign the result of get_room_form because it does not return anything
This commit is contained in:
parent
9acca77e12
commit
030b4d7bcd
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class MucTab(ChatTab):
|
|||
return
|
||||
self.core.open_new_form(form, self.cancel_config, self.send_config)
|
||||
|
||||
form = fixes.get_room_form(self.core.xmpp, self.name, on_form_received)
|
||||
fixes.get_room_form(self.core.xmpp, self.name, on_form_received)
|
||||
|
||||
def cancel_config(self, form):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue