Commit 62109eff authored by Taddeüs Kroes's avatar Taddeüs Kroes

Logging typo fix

parent cc8c0e4f
......@@ -65,7 +65,7 @@ def onmessage(bot, update, reply=False):
def oninline(bot, update):
q = update.inline_query.query
logger.info('inline query from %s: %s' %
update.message.from_user.first_name, q)
(update.inline_query.from_user.first_name, q))
if not q:
return
url = get_audio_url(q)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment