Implemented automatic user identification

This commit is contained in:
2022-12-11 14:55:17 +01:00
parent 260d7dfbb7
commit 080b8d66e4
5 changed files with 36 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ class Cleanup():
def getAllFilePaths(self,file_type):
all_file_paths = [
self.paths.getGroupFilesFolderPath(file_type),
self.paths.getUserFilesFolderPath(file_type),
self.paths.getUserFilesPath(file_type),
self.paths.getAccumulatedFilePath(file_type)
]
if file_type == Paths.TYPE_DECRYPTED: