mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix economist profile to atleast not crash
This commit is contained in:
parent
f2ef2587e4
commit
79bbd29900
@ -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…
x
Reference in New Issue
Block a user