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 6264ae9 commit 927ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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()
build_autori('#AB')
build_opere()
build_file()

0 comments on commit 927ccf7

Please sign in to comment.