We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af20e8c commit db1e643Copy full SHA for db1e643
1 file changed
facebook/FB_win.py
@@ -539,9 +539,9 @@ async def on_confirm(self):
539
# 总是创建新的crawler实例,避免资源冲突
540
await main(params)
541
542
- QMessageBox.information(self, "完成", "爬取任务已完成!")
+ QMessageBox.information(self, "完成", "爬取任務已完成!")
543
except Exception as e:
544
- QMessageBox.critical(self, "错误", f"爬取过程中出现错误: {str(e)}")
+ QMessageBox.critical(self, "错误", f"爬取過程中出現錯誤: {str(e)}")
545
finally:
546
self.confirm_button.setEnabled(True)
547
if not self.embedded:
0 commit comments