Update backup.py

pull/121/head
midoks 3 years ago
parent 072e56876e
commit bbf76c724d
  1. 2
      scripts/backup.py

@ -117,7 +117,7 @@ class backupTools:
if not os.path.exists(filename): if not os.path.exists(filename):
endDate = time.strftime('%Y/%m/%d %X', time.localtime()) endDate = time.strftime('%Y/%m/%d %X', time.localtime())
log = "数据库[" + name + u"]备份失败!" log = "数据库[" + name + "]备份失败!"
print("★[" + endDate + "] " + log) print("★[" + endDate + "] " + log)
print( print(
"----------------------------------------------------------------------------") "----------------------------------------------------------------------------")

Loading…
Cancel
Save