ifiguero 2024-03-10 02:15:25 -03:00
parent d6ecf5cbca
commit 2b7e65edcf
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ if __name__ == '__main__':
o, e = procesa_zip()
print(o)
print(e)
time.sleep(os.environ.get('INTERVAL'))
time.sleep(int(os.environ.get('INTERVAL')))