Skip to content

Commit

Permalink
removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sudouser777 committed Apr 26, 2023
1 parent 90e7797 commit 7ad5b95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
from quora.api import Client as PoeClient
from quora.mail import Emailnator

CHROME_DRIVER_URL = 'https://chromedriver.storage.googleapis.com'
FIREFOX_DRIVER_URL = 'https://api.github.com/repos/mozilla/geckodriver/releases'

SELENIUM_WEB_DRIVER_ERROR_MSG = b'''The error message you are receiving is due to the `geckodriver` executable not
being found in your system\'s PATH. To resolve this issue, you need to download the geckodriver and add its location
to your system\'s PATH.\n\nHere are the steps to resolve the issue:\n\n1. Download the geckodriver for your platform
Expand Down

0 comments on commit 7ad5b95

Please sign in to comment.