diff options
-rw-r--r-- | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |