shell_command: Add configparser support
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
6b45c0c1d8
commit
470cc13b0e
|
@ -84,5 +84,5 @@ class ShellCommandFactory:
|
|||
def build_shell_command(self, cmd, callback):
|
||||
return ShellCommand(cmd, callback)
|
||||
|
||||
def load_plugin(server):
|
||||
def load_plugin(config):
|
||||
return ShellCommandFactory()
|
||||
|
|
Loading…
Reference in New Issue