(self)
| 326 | try: |
| 327 | account = self.state_service.get_account(account_id) |
| 328 | challenge = self.tencent_captcha_client.prehandle(account) |
| 329 | image_bytes = self.tencent_captcha_client.fetch_image_bytes(account, challenge) |
| 330 | payload: dict[str, Any] = { |
| 331 | "instruction": challenge.instruction, |
| 332 | "sess": challenge.sess, |
no outgoing calls
no test coverage detected