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:
parent
2a06251ac7
commit
e1c714f6ce
@ -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.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user