all loaded backends are now configured (refs #368)
This commit is contained in:
parent
8afff42465
commit
9581fa0b19
15 changed files with 17 additions and 45 deletions
|
|
@ -93,7 +93,7 @@ class Monboob(ConsoleApplication):
|
|||
|
||||
def main(self, argv):
|
||||
self.load_config()
|
||||
self.load_configured_backends(ICapMessages, storage=self.create_storage())
|
||||
self.load_backends(ICapMessages, storage=self.create_storage())
|
||||
|
||||
return self.process_command(*argv[1:])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue