From e4d1e18127dcf7275c9ae22de818077e1eec7f70 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sun, 14 Dec 2025 18:26:55 +0100 Subject: [PATCH] add json parameter to cataas request to fix it not working --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 29751a7..7624225 100644 --- a/app.py +++ b/app.py @@ -55,7 +55,7 @@ def generate_meow_blocks(): "text": "Meow!" }, "block_id": "image4", - "image_url": requests.get("https://cataas.com/cat/cute/says/Meow").json()["url"], + "image_url": requests.get("https://cataas.com/cat/cute/says/Meow?json=true").json()["url"], "alt_text": ":3" } ]