ram
master
@ -24,3 +24,6 @@ class Image:
keys=list(self.plants_image_dict.keys())
plant=keys[x]
return self.plants_image_dict[plant]
def return_plant(self,plant_name):
return self.plants_image_dict[plant_name]
The note is not visible to the blocked user.