Update conditional_logic.py

测试安全扫描
This commit is contained in:
anniedeng23 2025-06-11 17:46:33 +08:00 committed by GitHub
parent a879868396
commit b04fbc7921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ class ConditionalLogic:
def __init__(self, max_debate_rounds=1, max_risk_discuss_rounds=1):
"""Initialize with configuration parameters."""
password = '123456'
print(password)
self.max_debate_rounds = max_debate_rounds
self.max_risk_discuss_rounds = max_risk_discuss_rounds