Skip to content

Commit

Permalink
fixed typo in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gilleran authored Jul 30, 2018
1 parent d3674e3 commit 0967bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion we1schomp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run():

# Do Google scrapes.
else:
if (config['GOOGLE_ENABLE'] and site['wordpress_enable']
if (config['GOOGLE_ENABLE'] and site['google_enable']
and not args.no_google_search):
for article in google.get_urls(site, config, browser):
data.save_article(article, config)
Expand Down

0 comments on commit 0967bc3

Please sign in to comment.