Skip to content

Commit

Permalink
remove kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
codecakes committed Jul 25, 2020
1 parent c682095 commit f975070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ def scrape_beds():
# print("doc")
# print(doc)
try:
scraperwiki.sqlite.save(
unique_keys=unique_keys, data=doc, table_name="data"
)
scraperwiki.sqlite.save(unique_keys=unique_keys, data=doc)
except sqlalchemy.exc.InterfaceError as e:
print(f"error in doc for {doc['category']}")
# print(doc)
Expand Down

0 comments on commit f975070

Please sign in to comment.