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: