Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyb committed Oct 18, 2014
1 parent ed22b2a commit 7a0e032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,7 +15,7 @@
if len(dom.cssselect('dl.details-list')) == 2:
dds1 = dom.cssselect('dl.details-list')[1]
else:
dds1 = 0
dds1 = []

if len(dds1) > 0:
post = {
Expand Down

0 comments on commit 7a0e032

Please sign in to comment.