Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
feat: log keyboard shortcut to quit the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Mar 16, 2024
1 parent 7c06ab6 commit 379fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (b *Bot) flushLogs() {
// Start starts monitoring the market for price changes.
func (b *Bot) Start(ctx context.Context) {
defer b.flushLogs()
b.botLog.Info("Bot started.")
b.botLog.Info("Bot started. Press CTRL + C to quit.")

var wg sync.WaitGroup
wg.Add(2)
Expand Down

0 comments on commit 379fafc

Please sign in to comment.