From 60a8c255491df9113df2e0f42f082ce8415eb517 Mon Sep 17 00:00:00 2001 From: akanksha Date: Sun, 21 Apr 2024 09:45:50 +0530 Subject: [PATCH] update --- project/main2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/main2.py b/project/main2.py index c4c0195..dc77196 100644 --- a/project/main2.py +++ b/project/main2.py @@ -33,7 +33,7 @@ def categorize_articles(all_links): visited_links[link] = domain print(link, " is ", domain) except Exception as e: - print(f"Error downloading article from {link}: {e}\n") + print(f"Error downloading article from {link} : {e}\n") continue # Continue with the next iteration of the loop # Separate links based on their domains