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