Procházet zdrojové kódy

WP:AFC/R moved

main
Ben Kurtovic před 3 roky
rodič
revize
c9de5ccb58
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      commands/afc_status.py

+ 1
- 1
commands/afc_status.py Zobrazit soubor

@@ -150,7 +150,7 @@ class AfCStatus(Command):
def count_redirects(self):
"""Returns the number of open redirect submissions. Calculated as the
total number of submissions minus the closed ones."""
title = "Wikipedia:Articles for creation/Redirects"
title = "Wikipedia:Articles for creation/Redirects and categories"
content = self.site.get_page(title).get()
total = len(re.findall("^\s*==(.*?)==\s*$", content, re.MULTILINE))
closed = content.lower().count("{{afc-c|b}}")


Načítá se…
Zrušit
Uložit