From e36082334c76ec79a8486cb8836420fb7fbbea1e Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 5 Oct 2021 15:48:40 -0700 Subject: [PATCH] seeing what happens if formatting is incorrect --- symbol_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbol_router.py b/symbol_router.py index e34b53d..80491d9 100644 --- a/symbol_router.py +++ b/symbol_router.py @@ -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()