Przeglądaj źródła

Fix a typo.

pull/15/head
Ben Kurtovic 11 lat temu
rodzic
commit
27156fc5dc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      commands/afc_status.py

+ 1
- 1
commands/afc_status.py Wyświetl plik

@@ -144,7 +144,7 @@ class AFCStatus(Command):

def count_submissions(self):
"""Returns the number of open AFC submissions (count of CAT:PEND)."""
minus = len(ignore_list)
minus = len(self.ignore_list)
return self.site.get_category("Pending AfC submissions").pages - minus

def count_redirects(self):


Ładowanie…
Anuluj
Zapisz