diff --git a/inline.py b/inline.py index 41753ef..0b4463c 100644 --- a/inline.py +++ b/inline.py @@ -210,7 +210,7 @@ class InlineBot: results = list() if not query: for command in self.commands: - results.append(self.makeResult(command, senderid) + results.append(self.makeResult(command, senderid)) else: results.append(self.makeResult(self.cancerCommand, senderid, query)) context.bot.answer_inline_query(update.inline_query.id, results, 1, False)