Skip to content

Commit

Permalink
database rename
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Aug 2, 2013
1 parent a12a9ac commit c88e4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion import.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@

config = Config(
hostname = 'phila.legistar.com',
fulltext=True,
).defaults(DEFAULT_CONFIG)
scraper = LegistarScraper(config)

# connect to a mongo DB
# http://api.mongodb.org/python/current/tutorial.html
from pymongo import MongoClient
client = MongoClient()
db = client.opengovernment_import
db = client.scraped_local_gov


# -----------------Agendas---------------------
Expand Down

0 comments on commit c88e4f0

Please sign in to comment.