From eb66822e2d8c602ca3187d8b63957aa909e3e2b2 Mon Sep 17 00:00:00 2001 From: Yannik Enss Date: Tue, 26 Feb 2019 21:25:11 +0100 Subject: [PATCH] typo --- xmpp_tg/xmpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp_tg/xmpp.py b/xmpp_tg/xmpp.py index ae6224b..2498516 100644 --- a/xmpp_tg/xmpp.py +++ b/xmpp_tg/xmpp.py @@ -438,7 +438,7 @@ class XMPPTelegram(ComponentXMPP): response = "Telegram chats:\n" for jid,tid in self.contact_list[jid].items(): response += "{}: {}\n".format(tid, jid) - self.gate_reply_message(iq, response)) + self.gate_reply_message(iq, response) else: # -------------------------------------------------- self.gate_reply_message(iq, 'Unknown command. Try !help for list all commands.')