--backends is used on every frontends
This commit is contained in:
parent
e79e4bd65c
commit
758281effb
10 changed files with 28 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ class WetBoobs(ConsoleApplication):
|
|||
APPNAME = 'wetboobs'
|
||||
|
||||
def main(self, argv):
|
||||
self.weboob.load_modules(ICapWeather)
|
||||
self.load_modules(ICapWeather)
|
||||
|
||||
return self.process_command(*argv[1:])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue