diff --git a/class/core/files_api.py b/class/core/files_api.py index 143e88a06..eb979f95e 100755 --- a/class/core/files_api.py +++ b/class/core/files_api.py @@ -21,7 +21,7 @@ class files_api: rPath = None def __init__(self): - self.rPath = mw.getRootDir() + '/recycle_bin/' + self.rPath = mw.getRootDir() + '/recycle_bin' ##### ----- start ----- ### def getBodyApi(self):