Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTerminator2 committed Aug 1, 2017
1 parent ce62a80 commit 9acf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -29,7 +29,7 @@ def on_data(self, data):
try:
#insert data into database
sqlite.save(data={"dat": all_data})
return(True)
return(True)

except Exception as e:
print(e)
Expand Down

0 comments on commit 9acf1cb

Please sign in to comment.