Update index.py

pull/632/head
Mr Chen 5 months ago
parent 2a60cd981d
commit f338d8bd8e
  1. 2
      plugins/migration_api/index.py

@ -204,7 +204,7 @@ class classApi:
if not os.path.exists(sfile):
write_log("|-指定目录不存在{}".format(sfile))
return False
pdata = {}
pdata['name'] = os.path.basename(dfile)
pdata['path'] = os.path.dirname(dfile)
pdata['size'] = os.path.getsize(sfile)

Loading…
Cancel
Save