diff --git a/src/main.rs b/src/main.rs index d063d21..c8321ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -191,6 +191,7 @@ fn download_presentation(presentation: &Presentation, out_dir: &Path, auth: &str let try = try_download(presentation, auth); if try.is_some() { tuple = try; + break; } tries += 1; }