Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1131 committed Apr 21, 2024
1 parent dde700a commit 60a8c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60a8c25

Please sign in to comment.