Update index.py

pull/791/head
dami 2 months ago
parent e017675b4d
commit 29795074fe
  1. 2
      plugins/mysql/index.py

@ -1283,6 +1283,8 @@ def getDbBackupList():
rr = []
for x in range(0, len(r)):
p = bkDir + '/' + r[x]
if not os.path.exists(p):
continue
data = {}
data['name'] = r[x]

Loading…
Cancel
Save