Skip to content

Commit

Permalink
Useless test commit to see if the push worked or not
Browse files Browse the repository at this point in the history
  • Loading branch information
ARDivekar committed Feb 22, 2017
1 parent ce33390 commit 92a1ed2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SearchDistribute/Distribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ def distribute_query(self, query, num_results, num_workers, num_results_per_page
parsed_serps = [] ## an array of parsed SERPs
print("\nStarting the %s search with query `%s`" % (self.search_engine, self.query))



## The first worker the stage for the other workers, getting the basic url which is then modified by each worker.
worker = self._spawn_worker()
basic_url = worker.perform_search_from_main_page(query, num_results_per_page)
Expand Down

0 comments on commit 92a1ed2

Please sign in to comment.