Update backup.py

pull/775/head
dami 2 months ago
parent 94aba71ae4
commit c9a2997cea
  1. 2
      scripts/backup.py

@ -50,7 +50,7 @@ class backupTools:
mw.execShell(cmd)
endDate = time.strftime('%Y/%m/%d %X', time.localtime())
print(filename)
# print(filename)
if not os.path.exists(filename):
log = "网站[" + name + "]备份失败!"
print("★[" + endDate + "] " + log)

Loading…
Cancel
Save