This commit is contained in:
2024-09-15 00:31:46 +02:00
parent f6a447d7f4
commit 2f738413f3

View File

@@ -133,7 +133,6 @@ func downloadFile(item Item, jobInfo *JobInfo) error {
} }
fmt.Println("Download completed successfully") fmt.Println("Download completed successfully")
os.RemoveAll(tempDir)
return nil return nil
} }