diff --git a/symbol_router.py b/symbol_router.py index cc1597e..b35183d 100644 --- a/symbol_router.py +++ b/symbol_router.py @@ -30,6 +30,7 @@ class Router: def trending_decay(self, decay=0.5): """Decays the value of each trending stock by a multiplier""" + return info("Decaying trending symbols.") if self.trending_count: for key in self.trending_count.keys():