mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 22:12:37 -04:00
This commit is contained in:
@@ -43,7 +43,7 @@ class BasicNewsRecipe(object):
|
||||
title = _('Unknown News Source')
|
||||
|
||||
#: The author of this recipe
|
||||
__author__ = _(__appname__)
|
||||
__author__ = __appname__
|
||||
|
||||
#: Maximum number of articles to download from each feed
|
||||
#: @type: integer
|
||||
|
||||
Reference in New Issue
Block a user