From 80d7c45cfb24ac5183ebec2ca4aca2c8c4e94273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Mon, 17 Nov 2025 13:23:48 +0100 Subject: [PATCH] also publish --- presquegratos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presquegratos.py b/presquegratos.py index 6f08251..ddcf015 100644 --- a/presquegratos.py +++ b/presquegratos.py @@ -967,7 +967,7 @@ async def run_weekly(): # Create + publish + email created = ghost.create_post_html(title, html_body, status="draft", feature_image=feature) - #ghost.publish_post(created["id"], created["updated_at"], newsletter_slug=newsletter_slug) + ghost.publish_post(created["id"], created["updated_at"], newsletter_slug=newsletter_slug) post_id = created["id"] if xgp_items and post_id: