Explorar el Código

Fix one of the template bases.

pull/15/head
Ben Kurtovic hace 11 años
padre
commit
b0b0e2b450
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      tasks/afc_undated.py

+ 4
- 1
tasks/afc_undated.py Ver fichero

@@ -42,7 +42,10 @@ class AFCUndated(Task):
"talk": [NS_TALK, NS_FILE_TALK, NS_TEMPLATE_TALK, NS_HELP_TALK,
NS_CATEGORY_TALK]
}
self.aliases = {"submission": ["AFC submission"], "talk": ["WPAFC"]}
self.aliases = {
"submission": ["AFC submission"],
"talk": ["WikiProject Articles for creation"]
}

def run(self, **kwargs):
try:


Cargando…
Cancelar
Guardar