mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 17:52:34 -04:00
Fix economist profile to atleast not crash
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user