Ever-so-slightly friendlier.

This commit is contained in:
niten 2022-06-20 16:18:18 -07:00
parent ce32b7defa
commit 3b4e2b6790
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
(println "Stopping pricebot...") (println "Stopping pricebot...")
(stop! bot) (stop! bot)
(>!! shutdown true)))) (>!! shutdown true))))
(log/notify! logger (str "Hi! I'm going to start watching the price of " (name currency))) (log/notify! logger (str "Hi! I'm going to start watching the price of " (name currency) " for you."))
(start! bot) (start! bot)
(<!! shutdown) (<!! shutdown)
(System/exit 0)))) (System/exit 0))))