4 задача
This commit is contained in:
@@ -18,5 +18,6 @@ def get_img_map(delta: float, cords: tuple, variant_map: str) -> None:
|
||||
"l": variant_map
|
||||
}
|
||||
response = requests.get("http://static-maps.yandex.ru/1.x/", params=params)
|
||||
# print(response.text)
|
||||
Image.open(BytesIO(
|
||||
response.content)).save("image.png")
|
||||
|
||||
Reference in New Issue
Block a user