Explorar el Código

Typo.

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

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

@@ -577,7 +577,7 @@ class DRNClerkBot(Task):
("case_close_time", case.close_time),
("case_parties_notified", case.parties_notified),
("case_very_old_notified", case.very_old_notified),
("case_archived", case.archived)
("case_archived", case.archived),
("case_last_volunteer_size", case.last_volunteer_size)
]
for column, data in fields_to_check:


Cargando…
Cancelar
Guardar