MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / import_account

Method import_account

app/services/payment_service.py:334–341  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

332 "sess": challenge.sess,
333 "sid": challenge.sid,
334 "image_url": challenge.image_url,
335 "image_path": challenge.image_path,
336 "image_size": len(image_bytes),
337 "image_base64": "data:image/png;base64," + base64.b64encode(image_bytes).decode("ascii"),
338 "raw": challenge.raw,
339 }
340 if analyze:
341 payload["ocr"] = self.ocr_service.analyze_captcha_image(
342 image_bytes,
343 prompt_text=challenge.instruction,
344 )

Callers 1

import_accountFunction · 0.45

Calls 1

bootstrap_accountMethod · 0.95

Tested by

no test coverage detected