1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-03 03:51:26 +00:00

changed how intra data is calculated

This commit is contained in:
2023-04-10 16:24:58 -06:00
parent 845c929311
commit fa81669825
4 changed files with 19 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ class Router:
if symbols:
for symbol in symbols:
self.trending_count[symbol.tag] = self.trending_count.get(symbol.tag, 0) + trending_weight
log.warning(self.trending_count)
log.debug(self.trending_count)
return symbols