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

seeing what happens if formatting is incorrect

This commit is contained in:
Anson 2021-10-05 15:48:40 -07:00
parent c81e4ffb00
commit e36082334c

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()