Update index.py

pull/579/head
Mr Chen 12 months ago
parent 2bd607edad
commit 01fe75e553
  1. 1
      plugins/mariadb/index.py

@ -2725,6 +2725,7 @@ def doFullSyncUser(version=''):
"' " + sync_db + '<' + bak_file
print(my_import_cmd)
mw.execShell(my_import_cmd)
time_e = time.time()
import_cos = time_e - time_s
print("import cos:", import_cos)

Loading…
Cancel
Save