From 4bf0a554b251c90812235d1c55c3fa2c42c324d6 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Fri, 8 Mar 2024 05:10:45 +0530 Subject: added some guide comments --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index c9a6b93..771a8f5 100644 --- a/main.py +++ b/main.py @@ -73,7 +73,8 @@ def check(): email(btc_price) print(f"Alert! BTC price is {btc_price} USD. Email sent.") - +# you can comment below code and call the check() function to check everything is working smoothly or not +# check() schedule.every().hour.do(check) while True: -- cgit v1.2.3-59-g8ed1b