shell_command: Add configparser support

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2020-08-05 21:07:20 -04:00
parent 6b45c0c1d8
commit 470cc13b0e
1 changed files with 1 additions and 1 deletions

View File

@ -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()