1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-23 14:41:26 +00:00

clean up logs

(cherry picked from commit 1bbbaa5f4e)
This commit is contained in:
2021-08-15 20:07:32 -07:00
committed by Anson Biggs
parent ccc8326495
commit c5b56bb345
2 changed files with 11 additions and 6 deletions

View File

@@ -51,7 +51,10 @@ class Router:
symbols.append(Coin(coin.lower()))
else:
info(f"{coin} is not in list of coins")
info(symbols)
if symbols:
info(symbols)
return symbols
def status(self, bot_resp) -> str: