mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -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)
|
DefaultProfile.__init__(self, username, password)
|
||||||
self.browser = None # Needed as otherwise there are timeouts while fetching actual articles
|
self.browser = None # Needed as otherwise there are timeouts while fetching actual articles
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user