wangkun 2 years ago
parent
commit
302c20454f
1 changed files with 1 additions and 1 deletions
  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())