Skip to content

Commit

Permalink
message to install firefox added
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavSavla committed May 12, 2016
1 parent 02aa107 commit 68a798f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoogleSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(self, browserHandlerChoice=None, printing=True):
if self._tryAssignBrowserHandler(browserHandlerPriorityList=defaultSequence, errorPrinting=False)==False:
if printing:
print("\n\tFATAL ERROR in GoogleSearch.__init__(): no browserHandler is available, please follow their instructions for installation.")
print('Check if you have firefox installed')

elif browserHandlerChoice not in self.PossibleBrowserHandlers:
if printing:
Expand Down

0 comments on commit 68a798f

Please sign in to comment.