返回提交历史
Modified
quora/__init__.py
+0
-3
XFEstudio/gpt4free
removed unused variables
7ad5b958
代码差异
1 个文件
+0
-3
@@ -21,9 +21,6 @@ from tls_client import Session as TLS
21
21
from quora.api import Client as PoeClient
22
22
from quora.mail import Emailnator
23
23
24
CHROME_DRIVER_URL = 'https://chromedriver.storage.googleapis.com'
25
FIREFOX_DRIVER_URL = 'https://api.github.com/repos/mozilla/geckodriver/releases'
26
27
24
SELENIUM_WEB_DRIVER_ERROR_MSG = b'''The error message you are receiving is due to the `geckodriver` executable not
28
25
being found in your system\'s PATH. To resolve this issue, you need to download the geckodriver and add its location
29
26
to your system\'s PATH.\n\nHere are the steps to resolve the issue:\n\n1. Download the geckodriver for your platform