Explorar el Código

Fix.

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

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

@@ -306,7 +306,7 @@ class Task(BaseTask):

namespace = self.site.get_page(title).namespace()
status, chart = self.get_status_and_chart(content, namespace)
if not status:
if chart == CHART_NONE:
msg = "Could not find a status for [[{0}]]".format(title)
self.logger.warn(msg)
return


Cargando…
Cancelar
Guardar