From 13cff42bbc12cb269a8ff15422b6943941f7b533 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 25 Aug 2025 18:09:14 -0700 Subject: [PATCH] fix error path --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index a75f915..45b5639 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1207,10 +1207,7 @@ async fn download_creations_pages_from_checkpoint(context:&CookieContext,owner:r ) }; - match get_creations_pages(&context,&mut asset_list,&mut config).await{ - Ok(())=>println!("Pages polling complete"), - Err(e)=>println!("Error: {e}"), - } + get_creations_pages(&context,&mut asset_list,&mut config).await?; let cursor_fut=async{ if let Some(cursor)=config.cursor{