mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
remove extra copy
This commit is contained in:
parent
877c390d3d
commit
2df00564d6
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ async fn main() -> Result<()> {
|
|||
// Manticore and other alternative storage type
|
||||
|
||||
// ignore on the next crawl iterations for this session
|
||||
index.insert(r.info_hash.as_string());
|
||||
index.insert(i);
|
||||
}
|
||||
// unexpected as should be deleted
|
||||
Ok(AddTorrentResponse::AlreadyManaged(..)) => panic!(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue