Now with skipping consecutive links

This commit is contained in:
Greg Hellings
2025-02-25 15:45:58 -06:00
parent 93b2cb6447
commit fc904b33b3
5 changed files with 25 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ fn main() {
let random_number: i32 = rand::rng().random_range(1..=20);
let random_number_str = format!("John.3.{}", random_number);
module.set_key_text(&random_number_str);
module.set_skip_consecutive_links(true);
for i in 0..10 {
module.increment();
println!(