mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
feat: 热重载加上tips模块
This commit is contained in:
parent
66224e5a32
commit
a588d7f960
|
@ -41,6 +41,7 @@ def reload_all(notify=True):
|
|||
importlib.reload(__import__('config'))
|
||||
importlib.reload(__import__('main'))
|
||||
importlib.reload(__import__('banlist'))
|
||||
importlib.reload(__import__('tips'))
|
||||
context.context = this_context
|
||||
|
||||
# 重载插件
|
||||
|
|
Loading…
Reference in New Issue
Block a user