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

This commit is contained in:
2026-04-15 02:46:01 +00:00
parent ff852d18d8
commit f587b1d288

View File

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