forked from github/pelican
flake8 fixes
This commit is contained in:
parent
cfba3d72be
commit
a133716709
2 changed files with 10 additions and 4 deletions
|
|
@ -462,11 +462,10 @@ class ArticlesGenerator(CachingGenerator):
|
|||
).format(lang=lang),
|
||||
self.settings.get(
|
||||
'TRANSLATION_FEED_RSS_URL',
|
||||
str(self.settings['TRANSLATION_FEED_RSS']).format(
|
||||
str(self.settings['TRANSLATION_FEED_RSS'])).format(
|
||||
lang=lang
|
||||
),
|
||||
feed_type='rss'
|
||||
)
|
||||
)
|
||||
|
||||
def generate_articles(self, write):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue