backup
Void User 2 years ago
parent f0adbd88d0
commit e3fcab2c34

@ -20,16 +20,9 @@ from time import sleep
#Read #Read
read() read()
needsleep = 0
ttime = 0 ttime = 0
while True: while True:
if needsleep == 30: sleep(1)
needsleep = 0
sleep(30)
ttime = 29
else:
sleep(1)
needsleep += 1
try: try:
#if True: #if True:

Loading…
Cancel
Save