This commit is contained in:
Joren 2024-09-15 00:31:46 +02:00
parent f6a447d7f4
commit 2f738413f3
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

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