Skip to content

Commit f610f53

Browse files
Sekkyoshloop
andauthored
Update src/lib/scraper/scraper.rs
Co-authored-by: shloop <shloop@shloop.net>
1 parent cb4c8e2 commit f610f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/scraper/scraper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub fn download_issue(
7373

7474
// Check if image directory and any needed formats already exist on disk.
7575

76-
let mut formats = options.formats;
76+
let mut formats = options.formats.clone();
7777
let exists_already = std::path::Path::new(&issue_pics_dir).exists();
7878

7979
if std::path::Path::new(&filename_pdf).exists() {

0 commit comments

Comments
 (0)