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