Remove unnecessary unicode handling

This commit is contained in:
James Booth
2016-07-24 02:42:57 +01:00
parent 32ad1708a9
commit 38c06599c1
3 changed files with 17 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ def _sv_send(muc, occupant):
iq_id_count = iq_id_count + 1
prof.send_stanza(ET.tostring(iq).decode("utf-8"))
prof.send_stanza(ET.tostring(iq))
def _cmd_clients():