V
Size: a a a
V
AA
AK
AK
AK
AK
AA
AA
AA
AK
KN
response = requests.get(url, params=payload, verify=False, stream=True)
if response.status_code == 200:
with open('static/img2.png', 'wb') as f:
f.write(response.content)
KN
/X
К
A
response = requests.get(url, params=payload, verify=False, stream=True)
if response.status_code == 200:
with open('static/img2.png', 'wb') as f:
f.write(response.content)