XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

removed unused variables

7ad5b958
Raju Komati <komatiraju032@gmail.com>
提交于

代码差异

1 个文件 +0 -3
Modified quora/__init__.py +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