fix error path

This commit is contained in:
2025-08-25 18:09:14 -07:00
parent 60ba5511ad
commit 13cff42bbc

View File

@@ -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{