Skip to content

Commit 02cd859

Browse files
author
naibo
committed
Optimize reading
1 parent 2feede5 commit 02cd859

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ElectronJS/EasySpider_en.crx

0 Bytes
Binary file not shown.

ElectronJS/EasySpider_zh.crx

0 Bytes
Binary file not shown.

ExecuteStage/easyspider_executestage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,8 +2325,8 @@ def getData(self, param, loopElement, isInLoop=True, parentPath="", index=0):
23252325
else:
23262326
options.add_argument(
23272327
f'--user-data-dir={c.user_folder}')
2328-
print(f"Use specifed user data folder: {c.user_folder}", ", please note if you are using docker, this user folder path should be the path inside the docker container.")
2329-
print(f"使用指定的用户信息目录: {c.user_folder}", ",请注意如果您正在使用docker,此用户文件夹路径应是容器内的路径。")
2328+
print(f"Use specifed user data folder: {c.user_folder}, please note if you are using docker, this user folder path should be the path inside the docker container.")
2329+
print(f"使用指定的用户信息目录: {c.user_folder},请注意如果您正在使用docker,此用户文件夹路径应是容器内的路径。")
23302330
print(
23312331
"如果报错Selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally,说明有之前运行的Chrome实例没有正常关闭,请关闭之前打开的所有Chrome实例后再运行程序即可。")
23322332
print(

0 commit comments

Comments
 (0)