Update index.py

This commit is contained in:
midoks 2022-12-17 21:06:12 +08:00
parent 1e5ecabbd1
commit ebdaf5d395
1 changed files with 1 additions and 1 deletions

View File

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