casting
This commit is contained in:
parent
c41b0a355c
commit
4411afb64c
2
main.py
2
main.py
@ -68,7 +68,7 @@ def check_and_post_new_items():
|
|||||||
|
|
||||||
print("Sleeping for", CHECK_INTERVAL, "seconds...")
|
print("Sleeping for", CHECK_INTERVAL, "seconds...")
|
||||||
# Wait for the specified interval before checking again
|
# Wait for the specified interval before checking again
|
||||||
time.sleep(CHECK_INTERVAL)
|
time.sleep(int(CHECK_INTERVAL))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
check_and_post_new_items()
|
check_and_post_new_items()
|
Loading…
Reference in New Issue
Block a user