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
|
|
@ -52,7 +52,7 @@ class PromptApplication(ConsoleApplication):
|
|||
SYNOPSIS = 'Usage: %prog [options (-h for help)]'
|
||||
|
||||
def create_weboob(self):
|
||||
return Weboob(self.APPNAME, scheduler=PromptScheduler(self.prompt, self.read_cb))
|
||||
return Weboob(scheduler=PromptScheduler(self.prompt, self.read_cb))
|
||||
|
||||
@ConsoleApplication.command("Display this notice")
|
||||
def command_help(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue