解决重复加载插件的问题。
This commit is contained in:
3
main.py
3
main.py
@@ -53,9 +53,6 @@ def main(chat_type: int):
|
|||||||
# 秀人网每天自动发pdf
|
# 秀人网每天自动发pdf
|
||||||
robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
|
robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
|
||||||
|
|
||||||
# 加载插件系统
|
|
||||||
robot.plugin_manager.load_all_plugins()
|
|
||||||
|
|
||||||
# 让机器人一直跑
|
# 让机器人一直跑
|
||||||
robot.keep_running_and_block_process()
|
robot.keep_running_and_block_process()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user