甲骨文跳过错误修复
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-30 22:25:50 +08:00
parent f18d94670e
commit 67884f7133

View File

@ -198,6 +198,7 @@ class oracleGame:
return self.current_oracle_id
async def _skip_oracle_async(self) -> str:
self.wrong_attempts = 0
self.current_oracle_id = await oracleGame.random_oracle()
return self.current_oracle_id