pull/584/head
Mr Chen 12 months ago
parent 33be35eb60
commit b12122f53b
  1. 2
      plugins/mariadb/index.py
  2. 2
      plugins/mysql/index.py

@ -2936,7 +2936,7 @@ def doFullSync(version=''):
def doFullSyncUser(version=''):
which_pv = mw.execShell('which pv')
is_exist_pv = False
if not os.path.exists(which_pv[0]):
if os.path.exists(which_pv[0]):
is_exist_pv = True

@ -3390,7 +3390,7 @@ def doFullSyncUserImportContentForChannel(file, channel_name):
def doFullSyncUser(version=''):
which_pv = mw.execShell('which pv')
is_exist_pv = False
if not os.path.exists(which_pv[0]):
if os.path.exists(which_pv[0]):
is_exist_pv = True
time_all_s = time.time()

Loading…
Cancel
Save