From 8fbdf0eff677f2fbec792ad5b13756df39f6b94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Honorez?= Date: Fri, 5 Sep 2025 15:03:16 +0200 Subject: [PATCH] testing --- 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 4cfec87..e505095 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())