Fix economist profile to atleast not crash

This commit is contained in:
Kovid Goyal 2007-10-30 16:32:50 +00:00
parent f2ef2587e4
commit 79bbd29900

View File

@ -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