Update DeepSeekSelfTool.py

This commit is contained in:
宗宸·谢尔比 2025-02-01 01:57:58 +08:00 committed by GitHub
parent aeeb45214d
commit 20cddc05f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1098,7 +1098,7 @@ class CyberSecurityApp(QMainWindow):
return
self.btn_audit.setEnabled(False)
self.audit_result.setPlainText("开始审计...")
self.audit_result.setPlainText("开始审计到达100%后请等待最后一个文件完成)...")
self.audit_thread = SourceCodeAuditThread(self.audit_files, self) # 添加 self 作为 parent
self.audit_thread.audit_complete.connect(self.show_audit_result)