sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
160 stars 69 forks source link

None not a valid parameter to scraperwiki.sqlite.execute #9

Closed scraperdragon closed 11 years ago

scraperdragon commented 11 years ago

print scraperwiki.sqlite.execute("select * from sqlite_master where tbl_name", None)

works on classic, but not on boxes.

Using "" works on both.