Remove 30s

This commit is contained in:
Void User 2023-01-22 13:25:33 +03:00
parent f0adbd88d0
commit e3fcab2c34

View File

@ -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: