1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

stop decaying trending #77

This commit is contained in:
Anson Biggs 2021-09-23 14:34:32 -07:00
parent 28a3ff2960
commit e8aeba478c

View File

@ -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():