From 74d61522a41aa1f01e5e9ac724badfbad21431a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Honorez?= Date: Fri, 5 Sep 2025 15:57:53 +0200 Subject: [PATCH] prod --- post_rss_to_ghost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post_rss_to_ghost.py b/post_rss_to_ghost.py index e505095..4cfec87 100644 --- a/post_rss_to_ghost.py +++ b/post_rss_to_ghost.py @@ -297,9 +297,9 @@ async def main(): ) LOG.info("Starting bot") - #await task.run_daily_at_6_am() + await task.run_daily_at_6_am() # Or just run once: - await task.daily_task() + #await task.daily_task() if __name__ == "__main__": asyncio.run(main())