Update index.py

pull/109/head
midoks 4 years ago
parent ef6d6e554b
commit 8318e0cf2e
  1. 2
      plugins/clean/index.py

@ -139,7 +139,7 @@ def cleanLog():
"/var/log/cron",
]
for i in clogcom:
if os.path.exists(i)
if os.path.exists(i):
mw.execShell("echo \"\" > " + i)
l = os.listdir(rootDir)

Loading…
Cancel
Save