diff --git a/main.py b/main.py index 7c1bdb2..e9ad54c 100644 --- a/main.py +++ b/main.py @@ -68,7 +68,7 @@ def check_and_post_new_items(): print("Sleeping for", CHECK_INTERVAL, "seconds...") # Wait for the specified interval before checking again - time.sleep(CHECK_INTERVAL) + time.sleep(int(CHECK_INTERVAL)) if __name__ == "__main__": check_and_post_new_items() \ No newline at end of file