remove the useless 'app_name' parameter from the Weboob class
This commit is contained in:
parent
110a975735
commit
d05b828bd4
4 changed files with 4 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ class QtApplication(QApplication, BaseApplication):
|
|||
BaseApplication.__init__(self)
|
||||
|
||||
def create_weboob(self):
|
||||
return Weboob(self.APPNAME, scheduler=QtScheduler(self))
|
||||
return Weboob(scheduler=QtScheduler(self))
|
||||
|
||||
class QtMainWindow(QMainWindow):
|
||||
def __init__(self, parent=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue