Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elisemercury authored Feb 10, 2023
1 parent ec0b9ae commit b222de3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ To adjust the default settings, please refer to [Additional Parameters](https://
You can customize the NewsCollector algorithm with the following optional parameters:

```Python
newsletter = NewsCollector(sources="sources.json", news_name="Daily News Update", news_date=date.today(),
template='newsletter.html', output_filename='default', auto_open=False,
newsletter = NewsCollector(sources="sources.json", news_name="Daily News Update",
news_date=date.today(), template='newsletter.html',
output_filename='default', auto_open=False,
return_details=False)
```

Expand Down

0 comments on commit b222de3

Please sign in to comment.