Do not assign the result of get_room_form because it does not return anything

This commit is contained in:
mathieui 2014-12-19 22:28:51 +01:00
parent 9acca77e12
commit 030b4d7bcd
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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):
"""