解决重复加载插件的问题。
This commit is contained in:
2
main.py
2
main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user