mirror of
https://github.com/luguoyixiazi/test_nine.git
synced 2025-12-06 14:52:49 +08:00
忘记注释代理了
This commit is contained in:
3
crack.py
3
crack.py
@@ -11,7 +11,6 @@ from cryptography.hazmat.primitives.asymmetric.padding import PKCS1v15
|
||||
from crop_image import validate_path
|
||||
from os import path as PATH
|
||||
import os
|
||||
os.environ['https_proxy']="http://127.0.0.1:10809"
|
||||
class Crack:
|
||||
def __init__(self, gt=None, challenge=None):
|
||||
self.pic_path = None
|
||||
@@ -484,4 +483,4 @@ Bm1Zzu+l8nSOqAurgQIDAQAB
|
||||
"w": w
|
||||
}
|
||||
resp = self.session.get("https://api.geevisit.com/ajax.php", params=params).text
|
||||
return resp[1:-1]
|
||||
return resp[1:-1]
|
||||
|
||||
Reference in New Issue
Block a user