Skip to content

Commit

Permalink
bodge: change main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 20, 2024
1 parent 39cb53c commit abb8cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ async fn run(
if i > 0 {
sleep(Duration::from_secs(5)).await;
}

let result = stalk_and_save_site(&from, &site).await;
tx.send((site.url, result, site.options.ignore_error))
.await
Expand Down

0 comments on commit abb8cfb

Please sign in to comment.