Update main.py

This commit is contained in:
rintyuu 2024-09-01 10:30:05 -07:00
parent ee75103c86
commit c3eee5dda1

View file

@ -111,4 +111,4 @@ while True:
# Wait for a certain time before checking again (e.g., 15 seconds) # Wait for a certain time before checking again (e.g., 15 seconds)
#print("it has been", interval,"seconds") #print("it has been", interval,"seconds")
time.sleep(int(interval)) time.sleep(int(interval))