Update index.py

pull/310/head
midoks 2 years ago
parent 636f7af8ef
commit 8647300e16
  1. 2
      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):

Loading…
Cancel
Save