From a156c14248cfe4e53609b6e76cafd643d72d1c40 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 25 Nov 2024 00:52:48 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 84e12e7cd..d40ad5c45 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -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 = []