Update index.py

This commit is contained in:
Mr Chen 2024-11-26 03:53:33 +08:00
parent f5089eeb16
commit 79160854b9
1 changed files with 1 additions and 2 deletions

View File

@ -815,8 +815,7 @@ def uninstallLib(version):
return data[1]
name = args['name']
execstr = "cd " + getPluginDir() + '/versions/' + \
" && /bin/bash common.sh " + version + ' uninstall ' + name
execstr = "cd " + getPluginDir() + '/versions/' + " && /bin/bash common.sh " + version + ' uninstall ' + name
data = mw.execShell(execstr)
# data[0] == '' and