From d8e0540477c82e8f68f8f11d65466dbae6d2909a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 May 2017 21:57:38 +0530 Subject: [PATCH] ... --- src/calibre/web/feeds/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 4572ae8b53..765ef32a52 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -861,7 +861,7 @@ class BasicNewsRecipe(Recipe): ''' Initialize the recipe. :param options: Parsed commandline options - :param parser: Command line option parser. Used to intelligently merge options. + :param log: Logging object :param progress_reporter: A Callable that takes two arguments: progress (a number between 0 and 1) and a string message. The message should be optional. ''' self.log = ThreadSafeWrapper(log)