Explorar el Código

Namespaces.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
1744950483
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bot/tasks/afc_statistics.py

+ 1
- 0
bot/tasks/afc_statistics.py Ver fichero

@@ -429,6 +429,7 @@ class Task(BaseTask):
namespace, base = title.decode("utf8").split(":", 1)
except ValueError:
base = title.decode("utf8")
ns = wiki.NS_MAIN
else:
try:
ns = self.site.namespace_name_to_id(namespace)


Cargando…
Cancelar
Guardar