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
|
|
@ -35,8 +35,7 @@ class Weboob(object):
|
|||
WORKDIR = os.path.join(os.path.expanduser('~'), '.weboob')
|
||||
BACKENDS_FILENAME = 'backends'
|
||||
|
||||
def __init__(self, app_name, workdir=WORKDIR, backends_filename=None, scheduler=None):
|
||||
self.app_name = app_name
|
||||
def __init__(self, workdir=WORKDIR, backends_filename=None, scheduler=None):
|
||||
self.workdir = workdir
|
||||
self.backends = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue