Skip to content

Commit

Permalink
Fix chromedriver path
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh867 committed May 30, 2022
1 parent 165cb38 commit e769afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if __name__ == "__main__":
#Define file path
webdriver_path = os.path.normpath(os.path.join(os.getcwd(), 'webdriver', webdriver_executable()))
webdriver_path = 'chromedriver'
image_path = os.path.normpath(os.path.join(os.getcwd(), 'photos'))

#Add new search key into array ["cat","t-shirt","apple","orange","pear","fish"]
Expand Down

0 comments on commit e769afc

Please sign in to comment.