Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psychemedia committed Feb 27, 2015
1 parent 534ea6f commit ac5cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -5,7 +5,7 @@
print('div test')
print(1/4)

info = scraperwiki.sqlite.table_info(name="swdata")
info = scraperwiki.sqlite.table_info(name="constituency2015GE")
for column in info:
print column.name, column.type

Expand Down

0 comments on commit ac5cf65

Please sign in to comment.