CHANGE google news sources.

pull/3/head
kevincaires 3 years ago
parent 25b25f8118
commit a7261fab75

@ -100,5 +100,5 @@ IMAGE_TYPES = (
GOOGLE_NEWS = { GOOGLE_NEWS = {
'url': os.environ.get('GOOGLE_NEWS_API'), 'url': os.environ.get('GOOGLE_NEWS_API'),
'token': os.environ.get('GOOGLE_NEWS_TOKEN'), 'token': os.environ.get('GOOGLE_NEWS_TOKEN'),
'source': 'google-news-br' 'sources': ['google-news-br', 'info-money', 'globo']
} }

Loading…
Cancel
Save