From 7ad5b95842640c6ef9d9c0cb32d0aacd0d590d55 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Thu, 27 Apr 2023 04:13:09 +0530 Subject: removed unused variables --- quora/__init__.py | 3 --- 1 file changed, 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 -- cgit v1.2.3