We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd20ea commit 8c02064Copy full SHA for 8c02064
src/scrapers/thingiverse/store.rs
@@ -670,7 +670,7 @@ can not be smaller then ({MIN_SLICE_SIZE})"
670
construct_file_path(&self.root_dir, "last_scrape_slice.csv", false)
671
}
672
673
- pub async fn write_slice_being_scraped(&mut self) -> io::Result<()> {
+ pub async fn write_slice_being_scraped(&self) -> io::Result<()> {
674
let file_path = self.current_scrape_slice_file_path();
675
fs::write(&file_path, self.current_scrape_slice.to_string()).await
676
0 commit comments