Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-mo committed May 14, 2020
1 parent 38cd5b7 commit ee0d531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -144,7 +144,7 @@ def build_file():
WHERE "titolo per ordinamento" IS NULL OR "titolo per ordinamento" = ""')
for i in books: parse_scheda_opera(i['id'], i['autore_id'], i['url'])

#build_autori('#AB')
#build_opere()
build_autori('CDEFGHIJKLMNOPQRSTUVWXYZ')
build_opere()
build_file()

0 comments on commit ee0d531

Please sign in to comment.