Update index.py

pull/109/head
Mr Chen 6 years ago
parent 5e212f64c0
commit 621c4c9e74
  1. 2
      plugins/qbittorrent/index.py

@ -86,7 +86,7 @@ def getRunLog():
def initDreplace():
ddir = getServerDir() + '/workers'
# if not os.path.exists(ddir):
if not os.path.exists(ddir):
sdir = getPluginDir() + '/workers'
public.execShell('cp -rf ' + sdir + ' ' + getServerDir())

Loading…
Cancel
Save