Update index.py

This commit is contained in:
midoks 2022-12-17 20:49:18 +08:00
parent 7fa6ec7cd3
commit 0596dc243e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def backupAllFunc(stype):
db_prefix = prefix_dict[stype]
else:
plugin_name = stype.replace('database_', '')
db_prefix = plugin_name
db_prefix = plugin_name + '/db'
find_path = mw.getBackupDir() + '/database/' + db_prefix + '_' + name
find_new_file = "ls " + find_path + \