Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
NewsAPI: Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsable committed Feb 28, 2021
1 parent a892bf1 commit 8285879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimay/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def newsapi_response():
i = random.randint(0, headlines_size - 1)
headline_title = headlines['articles'][i]['title']
headline_url = headlines['articles'][i]['url']
newsapi_reply = headline_title + '-' + headline_url
newsapi_reply = headline_title + ' - ' + headline_url
return newsapi_reply

import pya3rt
Expand Down

0 comments on commit 8285879

Please sign in to comment.