Fix wrong word

This commit is contained in:
Naibo_Mac_M2 2024-04-25 22:09:22 +08:00
parent ebe8a56a6f
commit 2860bc7b8c

View File

@ -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(