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

This commit is contained in:
2026-04-15 02:51:50 +00:00
parent 5749f340c7
commit 1713c9df86

View File

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