Преглед на файлове

test fix in broken redirect status

tags/v0.1
Ben Kurtovic преди 13 години
родител
ревизия
23bb094acb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      irc/commands/afc_status.py

+ 1
- 1
irc/commands/afc_status.py Целия файл

@@ -94,7 +94,7 @@ class AFCStatus(BaseCommand):

def count_redirects(self):
content = self.get_page("Wikipedia:Articles_for_creation/Redirects")
total = len(re.findall("==\s*(Redirect|Category) request: \[\[(.*?)\]\]\s*==", content))
total = len(re.findall("^\s*==(.*?)==\s*$", content, re.MULTILINE))
closed = content.lower().count("{{afc-c|b}}")
redirs = total - closed
return redirs


Зареждане…
Отказ
Запис