o19s / relevant-search-book

Code and Examples for Relevant Search
298 stars 108 forks source link

Missing import statement for requests module #3

Closed consulthys closed 8 years ago

consulthys commented 8 years ago

In the code for chapter 3, I would add an import requests statement in the first boilerplate setup snippet. Otherwise the snippet for indexing data won't run and complain about the missing requests module.

softwaredoug commented 8 years ago

Fixen in #8 Thanks!