From 6711db86f35706a97519e0477d632727920384e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Honorez?= Date: Sun, 31 Dec 2023 15:32:35 +0100 Subject: [PATCH] turn on automatic task --- Post_RSS_on_SubStack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Post_RSS_on_SubStack.py b/Post_RSS_on_SubStack.py index 2a76dda..b316ea3 100644 --- a/Post_RSS_on_SubStack.py +++ b/Post_RSS_on_SubStack.py @@ -199,8 +199,8 @@ async def main(login, password, account): task = SubStackTask(login, password, account, feeds) - #await task.run_daily_at_6_am() - await task.daily_task() + await task.run_daily_at_6_am() + #await task.daily_task() if __name__ == "__main__":