Update files_api.py

pull/109/head
midoks 4 years ago
parent 97cdd3c94f
commit f43ae1a877
  1. 2
      class/core/files_api.py

@ -21,7 +21,7 @@ class files_api:
rPath = None rPath = None
def __init__(self): def __init__(self):
self.rPath = mw.getRootDir() + '/recycle_bin/' self.rPath = mw.getRootDir() + '/recycle_bin'
##### ----- start ----- ### ##### ----- start ----- ###
def getBodyApi(self): def getBodyApi(self):

Loading…
Cancel
Save