Update backup.py

This commit is contained in:
midoks 2022-07-07 10:02:26 +08:00
parent 072e56876e
commit bbf76c724d
1 changed files with 1 additions and 1 deletions

View File

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