mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 19:26:06 +01:00
Fix economist profile to atleast not crash
This commit is contained in:
parent
f2ef2587e4
commit
79bbd29900
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Economist(DefaultProfile):
|
|||
]
|
||||
]
|
||||
|
||||
def __init__(self, username=None, password=None):
|
||||
def __init__(self, logger, verbose=False, username=None, password=None):
|
||||
DefaultProfile.__init__(self, username, password)
|
||||
self.browser = None # Needed as otherwise there are timeouts while fetching actual articles
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue