From 9552ef169f1708f1b463962b9cc605a4e8db5df6 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 15 Apr 2020 07:32:42 -0700 Subject: [PATCH] formatting --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1b824b9..4406f9b 100644 --- a/bot.py +++ b/bot.py @@ -114,8 +114,9 @@ def inline_query(update, context): Handles inline query. Does a fuzzy search on input and returns stocks that are close. """ - print(update.inline_query.query) + matches = s.search_symbols(update.inline_query.query) + results = [] for match in matches: try: