From 6d773eac1e19afecb0dfe0012a320c938a771ddd Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 26 Sep 2025 10:08:10 -0400 Subject: [PATCH] actual error --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5450d8f..873406e 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ def convert_ghost_to_discord(ghost_payload): "embeds": [{ "title": post.get("title"), "description": post.get("excerpt")[:200] + "...", - "url": f"https://torrtle.co/{post.get('slug')", + "url": f"https://torrtle.co/{post.get('slug')}", "color": "0x00ff00", "thumbnail": { "url": post.get("feature_image")