1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

fix format error

This commit is contained in:
Anson 2021-10-05 15:49:47 -07:00
parent 29e9221970
commit 0374f5b789

View File

@ -20,7 +20,7 @@ class Router:
STOCK_REGEX = "(?:^|[^\\$])\\$([a-zA-Z.]{1,6})"
CRYPTO_REGEX = "[$]{2}([a-zA-Z]{1,20})"
searched_symbols = {}
trending_count = { }
trending_count = {}
def __init__(self):
self.stock = IEX_Symbol()