fix error path
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user