Skip to content

Commit

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

0 comments on commit 5acda61

Please sign in to comment.