|
|
|
@ -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() |
|
|
|
|