bug fix
This commit is contained in:
parent
4005e8dccf
commit
0aee85d718
@ -56,6 +56,6 @@ if __name__ == '__main__':
|
||||
|
||||
print("fetching top news by keyword business...")
|
||||
|
||||
articles = get_top_news_by_keyword("bitcoin")
|
||||
articles = get_all_news_by_keyword("bitcoin")
|
||||
formatted_article = format_article(articles["articles"][0])
|
||||
print(formatted_article)
|
Loading…
Reference in New Issue
Block a user