1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-25 07:31:48 +00:00

Resolve "/intra command not working for marketdata"

This commit is contained in:
2023-04-11 05:21:29 +00:00
parent 845c929311
commit 14f461424e
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