This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user