Explorar el Código

Oops.

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

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

@@ -111,7 +111,7 @@ class Task(BaseTask):
continue

if stored:
stored_date, stored_status = list(stored)
stored_date, stored_status = list(stored)[0]
if date != stored_date or status != stored_status:
cursor.execute(q_update, (date, status, pageid))



Cargando…
Cancelar
Guardar