fix bnporc to use history
This commit is contained in:
parent
c086dc7c6a
commit
7663f288a9
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ class BNPorc(Browser):
|
|||
|
||||
def __init__(self, *args, **kwargs):
|
||||
kwargs['parser'] = BNParser()
|
||||
kwargs['history'] = None # need history
|
||||
Browser.__init__(self, *args, **kwargs)
|
||||
|
||||
def home(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue