(self, account_id: str)
| 344 | ) |
| 345 | session = self.state_service.load_session(account_id) |
| 346 | self.captcha_service.store_challenge_snapshot( |
| 347 | session, |
| 348 | sess=challenge.sess, |
| 349 | sid=challenge.sid, |
| 350 | instruction=challenge.instruction, |
| 351 | raw=challenge.raw, |