mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
Bot prints to console when its online
This commit is contained in:
parent
5440f3b601
commit
10cd96236d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user