File size: 167 Bytes
52e01f0
 
 
 
 
1
2
3
4
5
6
import time
while True:
    # Check for new content to distribute
    print("Agent is checking for tasks...")
    time.sleep(3600) # Wait 1 hour before checking again