Update files_api.py

pull/109/head
midoks 3 years ago
parent af8c00fcaa
commit 78a64fbcee
  1. 1
      class/core/files_api.py

@ -121,7 +121,6 @@ class files_api:
def getDirSizeApi(self):
path = request.form.get('path', '')
tmp = self.getDirSize(path)
print(tmp)
return mw.returnJson(True, tmp[0].split()[0])
def getDirApi(self):

Loading…
Cancel
Save