Explorar el Código

Minor fix

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

+ 1
- 1
earwigbot/tasks/afc_statistics.py Ver fichero

@@ -250,7 +250,7 @@ class Task(BaseTask):
base = result[0][1].replace("_", " ")
ns = self.site.namespace_id_to_name(result[0][2])
if ns:
real_title = u":".join(ns, base))
real_title = u":".join((ns, base))
else:
real_title = base
self.update_page(cursor, pageid, real_title)


Cargando…
Cancelar
Guardar