From 4411afb64cb1c4d39ca665544565adfae4d40fe8 Mon Sep 17 00:00:00 2001 From: Amit Serper Date: Mon, 4 Dec 2023 21:18:35 -0500 Subject: [PATCH] casting --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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