From f43ae1a87768e7bc94e4b39242bab78a47043b15 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 23 Nov 2021 02:43:09 +0800 Subject: [PATCH] Update files_api.py --- class/core/files_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):