aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.py3
1 files changed, 2 insertions, 1 deletions
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: