fix typo for upload dir

This commit is contained in:
amcmanu3 2023-10-08 10:57:59 -04:00
parent 0296b09547
commit 89b0e1ed02

View File

@ -763,7 +763,7 @@ class TasksManager:
os.path.join(self.controller.project_root, "import", "upload")
):
if self.helper.is_file_older_than_x_days(
os.path.join(self.controller.project_root, "import", file)
os.path.join(self.controller.project_root, "import", "upload", file)
):
try:
os.remove(os.path.join(file))