Correct use of pywikibot page.title()

This commit is contained in:
2015-09-11 14:12:26 +02:00
parent f8dacb53e1
commit 5e39ea0b06
2 changed files with 9 additions and 9 deletions

View File

@@ -197,7 +197,7 @@ class RED_FAM_PARSER( RED_FAM ):
# Do not change stati set by worker script etc.
if not self.__mysql.data['status'] > 2:
# No ending, discussion is running:
# Sometimes archived discussions also have no detectable ending
if not self._ending and not self._red_page_archive: