wangkun 2 年之前
父节点
当前提交
302c20454f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xigua/xigua_follow/xigua_follow.py

+ 1 - 1
xigua/xigua_follow/xigua_follow.py

@@ -15,7 +15,7 @@ import urllib3
 from selenium.webdriver import DesiredCapabilities
 from selenium.webdriver.chrome.service import Service
 from selenium.webdriver.common.by import By
-from seleniumwire import webdriver
+from selenium import webdriver
 from lxml import etree
 
 sys.path.append(os.getcwd())