From 8647300e16c4928e71a45d2a5a95f49d22f3b941 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 17 Dec 2022 21:48:36 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-apt/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index 33afcee82..2105f57a3 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -688,7 +688,7 @@ def importDbExternal(): file = args['file'] name = args['name'] - import_dir = mw.getBackupDir() + '/import/' + import_dir = mw.getBackupDir() + '/import/mysql-apt' file_path = import_dir + file if not os.path.exists(file_path):