several fixes
This commit is contained in:
parent
66ba8f89c1
commit
3ebdea9faf
4 changed files with 6 additions and 112 deletions
|
|
@ -48,7 +48,7 @@ class DLFP(Browser):
|
|||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
kwargs['parser'] = DLFParser
|
||||
kwargs['parser'] = DLFParser()
|
||||
Browser.__init__(self, *args, **kwargs)
|
||||
|
||||
def home(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue