diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 00:43:09 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 00:43:09 +0200 |
commit | 7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55 (patch) | |
tree | e93e794c7b44b95727d055b9e8b2a8d58cea69c3 | |
parent | refactored the code and updated Poe class to accept keyword arguments to specify driver type (diff) | |
download | gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar.gz gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar.bz2 gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar.lz gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar.xz gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.tar.zst gpt4free-7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55.zip |
Diffstat (limited to '')
-rw-r--r-- | quora/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quora/__init__.py b/quora/__init__.py index b9ca6e50..d0ed302f 100644 --- a/quora/__init__.py +++ b/quora/__init__.py @@ -21,9 +21,6 @@ from tls_client import Session as TLS 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 |