解决重复加载插件的问题。

This commit is contained in:
Liu
2025-03-19 19:45:45 +08:00
parent 6d82e54dea
commit 206ec83f65

View File

@@ -45,7 +45,7 @@ def main(chat_type: int):
robot.onEveryTime("15:00", robot.generate_sehuatang_pdf)
# 游戏的定时任务每小时执行
robot.onEveryTime("19:45", robot.game_auto_tasks)
robot.onEveryTime("17:58", robot.game_auto_tasks)
# 秀人网每天自动下载帖子
robot.onEveryTime("01:30", robot.xiu_ren_download_task)