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() o, e = procesa_zip()
print(o) print(o)
print(e) print(e)
time.sleep(os.environ.get('INTERVAL')) time.sleep(int(os.environ.get('INTERVAL')))