diff --git a/main.py b/main.py index 8103235..e97c2b4 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ def get_image_url(): # As of now, it is not. urls = [] for properties in image_data_list: - if properties["height"] >= 500 and properties["height"] <= 800: + if properties["height"] >= 500 and properties["height"] <= 700: urls.append(properties["url"]) image_url = ""