From 5acda6186715cd198338deec20366fd95b14c592 Mon Sep 17 00:00:00 2001 From: akanksha Date: Sat, 20 Apr 2024 21:18:53 +0530 Subject: [PATCH] update --- project/main3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/main3.py b/project/main3.py index cf5b26d..12e6476 100644 --- a/project/main3.py +++ b/project/main3.py @@ -49,7 +49,7 @@ def download_and_save_articles(links_list, csv_file): break except Exception as e: - print(f"Error downloading article from {link}: {e}") + print(f"Error downloading article from {link} : {e}") continue # Continue with the next iteration of the loop # Save data to CSV