p
Size: a a a
p
AG
p
p
AG
p
AG
p
AG
p
Л
AG
p
def get_image(self) -> str:
try:
image = self.image_preview.url
print(image)
except ValueError:
image = None
return image
p
p
AG
def get_image(self) -> str:
try:
image = self.image_preview.url
print(image)
except ValueError:
image = None
return image
AG
p
AG