Update index.py
This commit is contained in:
parent
7fa6ec7cd3
commit
0596dc243e
|
|
@ -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 + \
|
||||
|
|
|
|||
Loading…
Reference in New Issue