Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Ugh, oops.
tags/v0.1^2
Ben Kurtovic
hace 13 años
padre
5503b2999e
commit
26c476afd3
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
bot/tasks/afc_statistics.py
+ 1
- 1
bot/tasks/afc_statistics.py
Ver fichero
@@ -261,7 +261,7 @@ class Task(BaseTask):
cursor.execute(query, (CHART_ACCEPT, CHART_DECLINE))
def update(self, **kwargs):
title = kwargs.get(page)
title = kwargs.get(
"
page
"
)
if not title:
return
Escribir
Vista previa
Cargando…
Cancelar
Guardar