mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
remove extra copy
This commit is contained in:
parent
279c5217da
commit
877c390d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ async fn main() -> Result<()> {
|
|||
storage.cleanup(&i, r)?;
|
||||
}
|
||||
// ignore on the next crawl iterations for this session
|
||||
index.insert(mt.info_hash().as_string());
|
||||
index.insert(i);
|
||||
}
|
||||
}
|
||||
Err(e) => debug.info(&format!("Skip `{i}`: `{e}`.")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue