Update index.py

This commit is contained in:
midoks 2023-02-14 18:19:00 +08:00
parent 3bfd0f34f5
commit 98e22f6eeb
1 changed files with 1 additions and 1 deletions

View File

@ -199,9 +199,9 @@ def backupAllFunc(stype):
bk_name = stype
if stype.find('database_') > -1:
bk_name = 'database'
stype = 'database'
plugin_name = stype.replace('database_', '')
bk_prefix = plugin_name + '/db'
stype = 'database'
else:
bk_prefix = prefix_dict[stype]