Skip to content

Commit

Permalink
Add environ
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrough committed Jan 24, 2019
1 parent 50e34a8 commit 4671566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
@@ -1,6 +1,7 @@
URL = "https://www.cia.gov/library/publications/the-world-factbook/fields/2080.html"

from lxml import html
from os import environ
environ['SCRAPERWIKI_DATABASE_NAME'] = 'sqlite:///data.sqlite'
import scraperwiki
import requests
Expand Down

0 comments on commit 4671566

Please sign in to comment.