mirror of
				https://github.com/dgtlmoon/changedetection.io.git
				synced 2025-11-04 08:34:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import time
 | 
						|
 | 
						|
print ("Sleep loop, you should run your script from the console")
 | 
						|
 | 
						|
while True: 
 | 
						|
    # Wait for 5 seconds
 | 
						|
    time.sleep(2)
 |