Wolfy1223 commited on
Commit
52e01f0
·
verified ·
1 Parent(s): b7ba71a

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -0
main.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import time
2
+ while True:
3
+ # Check for new content to distribute
4
+ print("Agent is checking for tasks...")
5
+ time.sleep(3600) # Wait 1 hour before checking again