修复GitHub保存ck的bug

This commit is contained in:
yowiv
2025-05-09 17:29:49 +08:00
committed by GitHub
parent aa53f66d52
commit b6d33ed3ce

View File

@@ -228,7 +228,6 @@ def sign(ns_cookie, NS_RANDOM="true"):
except Exception as e: except Exception as e:
return "error", str(e) return "error", str(e)
# ---------------- 主流程 ---------------- # ---------------- 主流程 ----------------
if __name__ == "__main__": if __name__ == "__main__":
solver_type = os.getenv("SOLVER_TYPE", "yescaptcha") solver_type = os.getenv("SOLVER_TYPE", "yescaptcha")