From 67f85515a9e6d0bbba6b1843529bbd7b53ddf408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Sun, 7 Sep 2025 16:13:28 +0200 Subject: [PATCH] bad arg --- post_rss_to_ghost.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/post_rss_to_ghost.py b/post_rss_to_ghost.py index 125f873..c15aa54 100644 --- a/post_rss_to_ghost.py +++ b/post_rss_to_ghost.py @@ -414,10 +414,6 @@ async def main(): LOG.info("Starting bot") - if args.run-once: - await task.daily_task() - return - # Démarrage: publier l'édition du jour si elle n'existe pas encore await task.maybe_run_today()