"weboob-config update" installs missing modules referenced in ~/.weboob/backends
This commit is contained in:
parent
abb24b9954
commit
9d87c8bc37
2 changed files with 13 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class WeboobCfg(ReplApplication):
|
|||
def progress(self, percent, message):
|
||||
print '=== [%3.0f%%] %s' % (percent*100, message)
|
||||
|
||||
self.weboob.repositories.update(Progress())
|
||||
self.weboob.update(Progress())
|
||||
|
||||
def do_install(self, line):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue