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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user