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

formatting

This commit is contained in:
Anson Biggs 2021-10-06 07:15:14 -07:00
parent 2a06251ac7
commit e1c714f6ce

View File

@ -42,7 +42,7 @@ class Router:
t_copy[key] = t_copy[key] * decay t_copy[key] = t_copy[key] * decay
for dead in dead_keys: for dead in dead_keys:
t_copy.pop(dead) t_copy.pop(dead)
self.trending_count = t_copy.copy() self.trending_count = t_copy.copy()
info("Decayed trending symbols.") info("Decayed trending symbols.")