mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 10:05:00 +08:00
Fix wrong word
This commit is contained in:
parent
ebe8a56a6f
commit
2860bc7b8c
@ -124,7 +124,7 @@ class BrowserThread(Thread):
|
|||||||
"will start from the last step, before we already collected", self.startSteps, " items.")
|
"will start from the last step, before we already collected", self.startSteps, " items.")
|
||||||
else:
|
else:
|
||||||
self.print_and_log("此模式下,任务ID", self.id,
|
self.print_and_log("此模式下,任务ID", self.id,
|
||||||
"将从头F开始执行,如果需要从上次退出的步骤开始执行,请在保存任务时设置是否从上次保存位置开始执行为“是”。")
|
"将从头开始执行,如果需要从上次退出的步骤开始执行,请在保存任务时设置是否从上次保存位置开始执行为“是”。")
|
||||||
self.print_and_log("In this mode, task ID", self.id,
|
self.print_and_log("In this mode, task ID", self.id,
|
||||||
"will start from the beginning, if you want to start from the last step, please set the option 'start from the last step' to 'yes' when saving the task.")
|
"will start from the beginning, if you want to start from the last step, please set the option 'start from the last step' to 'yes' when saving the task.")
|
||||||
stealth_path = driver_path[:driver_path.find(
|
stealth_path = driver_path[:driver_path.find(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user