Explorar el Código

Ugh, oops.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
26c476afd3
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

@@ -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



Cargando…
Cancelar
Guardar