mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
seeing what happens if formatting is incorrect
This commit is contained in:
parent
c81e4ffb00
commit
e36082334c
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user