Forráskód Böngészése

更正默认的路径名称

xyxie 4 hónapja
szülő
commit
66bde61a54
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      yongyi_pig/yongyi_pig_manual.py

+ 2 - 2
yongyi_pig/yongyi_pig_manual.py

@@ -20,8 +20,8 @@ from selenium.webdriver.support.wait import WebDriverWait
 chrome_driver_path = r"D:/eta/chromedriver-win64/chromedriver.exe"
 chrome_address = r"127.0.0.1:9222"
 
-save_to_dir = r'D:/eta/yongyi_data/excel'
-new_dir = r'D:\eta\yongyi_data\excel\unread'
+save_to_dir = r'D:/eta/yongyi_data/download'
+new_dir = r'D:\eta\yongyi_data\yongyi\unread'
 rarfile.UNRAR_TOOL = r"D:\Program Files\WinRAR\UnRAR.exe"
 
 def rename_week_file(new_dir, rar_name):