fix: add python3 shebang to scripts/captcha_bypass_handler.py (#681)

This commit is contained in:
2026-04-15 02:57:25 +00:00
parent 71082fe06f
commit 7553fd4f3e

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision