diff --git a/bots/markpages.py b/bots/markpages.py index ffef940..d47b5c1 100644 --- a/bots/markpages.py +++ b/bots/markpages.py @@ -131,7 +131,6 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat() for talkpage in pagegenerators.PageWithTalkPageGenerator( redfam.article_generator( filter_existing=True, - filter_redirects=True, exclude_article_status=["marked"] ), return_talk_only=True ):