This commit is contained in:
Amit Serper 2023-12-04 21:18:35 -05:00
parent c41b0a355c
commit 4411afb64c

View File

@ -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()