From e1c714f6ce95675b4500a405e65edd9099b4eb48 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 6 Oct 2021 07:15:14 -0700 Subject: [PATCH] formatting --- symbol_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbol_router.py b/symbol_router.py index 7a11f5b..55f4f4e 100644 --- a/symbol_router.py +++ b/symbol_router.py @@ -42,7 +42,7 @@ class Router: t_copy[key] = t_copy[key] * decay for dead in dead_keys: t_copy.pop(dead) - + self.trending_count = t_copy.copy() info("Decayed trending symbols.")