From 0374f5b78973f629d24f5155305aa5c8e0509210 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 5 Oct 2021 15:49:47 -0700 Subject: [PATCH] fix format error --- symbol_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbol_router.py b/symbol_router.py index 80491d9..e34b53d 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()