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