Update index.py

This commit is contained in:
Mr Chen 2024-11-25 00:52:48 +08:00
parent d56de6d827
commit a156c14248
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ def __createUser(dbname, username, password, address):
def getDbBackupListFunc(dbname=''):
bkDir = mw.getRootDir() + '/backup/database'
bkDir = mw.getFatherDir() + '/backup/database'
blist = os.listdir(bkDir)
r = []