часов назад, но он не работает, как надо(не удаляет), в чем может быть проблема?
async def check_for_old_files(loop):
while True:
files = glob.glob("/path_to_files/*")
for _file in files:
dt = datetime.fromtimestamp(mktime(time.localtime(os.path.getmtime(_file))))
if fabs((int(dt.hour)-int(now.hour))) > 2 and "JUSTaFiLe" in _file:
os.remove(_file)
await asyncio.sleep(7200, loop=loop)
эм… это прекрасно.
слип 2 часа? рили?
Есусе
find /path -mmin +120 -type f -delete
Обсуждают сегодня