Do not exclude redirects from beeing marked

In accordance with Zulu55 redirect discussion pages should also get
a notice, therefore do not exclude redirects.

Related Task: [FS#140](https://fs.golderweb.de/index.php?do=details&task_id=140)
This commit is contained in:
2017-08-22 21:51:57 +02:00
parent 37b0cbef08
commit cc02006fd2

View File

@@ -131,7 +131,6 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat()
for talkpage in pagegenerators.PageWithTalkPageGenerator( for talkpage in pagegenerators.PageWithTalkPageGenerator(
redfam.article_generator( redfam.article_generator(
filter_existing=True, filter_existing=True,
filter_redirects=True,
exclude_article_status=["marked"] ), exclude_article_status=["marked"] ),
return_talk_only=True ): return_talk_only=True ):