Include some forgotten module in reload process
This commit is contained in:
parent
8b4f08c5bd
commit
c6aa38147b
5 changed files with 29 additions and 0 deletions
|
|
@ -19,3 +19,6 @@ def reload():
|
|||
|
||||
import nemubot.message.printer.IRC
|
||||
imp.reload(nemubot.message.printer.IRC)
|
||||
|
||||
import nemubot.message.printer.socket
|
||||
imp.reload(nemubot.message.printer.socket)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue