This commit is contained in:
Kovid Goyal 2017-05-12 21:57:38 +05:30
parent 20c5bfce62
commit d8e0540477
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -861,7 +861,7 @@ class BasicNewsRecipe(Recipe):
''' '''
Initialize the recipe. Initialize the recipe.
:param options: Parsed commandline options :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. :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) self.log = ThreadSafeWrapper(log)