use --backends shell option
This commit is contained in:
parent
c50e0df10c
commit
db7b7bafe8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class QVideoob(QtApplication):
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
def main(self, argv):
|
def main(self, argv):
|
||||||
self.weboob.load_backends(ICapVideoProvider)
|
self.weboob.load_modules(ICapVideoProvider, names=self.enabled_backends)
|
||||||
self.load_config()
|
self.load_config()
|
||||||
|
|
||||||
self.main_window = MainWindow(self.config, self.weboob)
|
self.main_window = MainWindow(self.config, self.weboob)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue