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

Revert "clean up logs"

This reverts commit 1bbbaa5f4e
This commit is contained in:
2021-08-26 15:28:37 +00:00
parent ec5d1fa195
commit ccc8326495
2 changed files with 6 additions and 11 deletions

View File

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