1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

Bot prints to console when its online

This commit is contained in:
Anson 2019-02-04 13:19:48 -07:00
parent 5440f3b601
commit 10cd96236d

View File

@ -18,6 +18,7 @@ logging.basicConfig(
)
logger = logging.getLogger(__name__)
print("Bot Online")
# Define a few command handlers. These usually take the two arguments bot and