Skip to content

Commit

Permalink
We might need to use driver.quit() (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes authored Sep 7, 2023
1 parent b55100c commit b6a9f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artscraper/googleart.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ def save_artwork_information(self, link):
self.save_image()

def close(self):
self.driver.close()
self.driver.quit()

0 comments on commit b6a9f47

Please sign in to comment.