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__":