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()