A one-defect patch, converging this repo onto the shape the whole family now
shares.
The .env half was already fixed in 0.1.0 — found the first time
--fingerprint was run live here — but with env_config.apply() after
parsing, which leaves --key's argparse default reading os.environ
directly and so skips the placeholder rule on the exported-variable path.
Measured with TWOCAPTCHA_KEY=your_2captcha_api_key_here exported:
| What the user saw | |
|---|---|
| before | Fingerprint API rejected the key (401) — note this is a separate subscription from captcha solving |
| after | TWOCAPTCHA_KEY is still set to the placeholder from .env.example — treating it as unset |
The old message sent the reader off to check a subscription they never
needed.
The same defect, in its plainer .env form, was found in five sibling repos
in the same pass and fixed there — farfetch
0.4.3,
amazon 0.1.3,
mediamarkt 0.1.8,
etsy 0.2.2,
tokopedia 0.1.4.
The check that pins it is byte-identical in all seven and was verified to
fail on the old code.
Nothing else changed. No flag, no default, no output column.