Explorar el Código

Fix another bug.

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

@@ -551,7 +551,7 @@ class DRNClerkBot(Task):

def compile_chart(self, conn):
chart = "{{" + self.tl_chart_header + "}}\n"
query = "SELECT case_title, case_status, case_file_time FROM cases"
query = "SELECT * FROM cases"
with conn.cursor(oursql.DictCursor) as cursor:
cursor.execute(query)
for case in cursor:


Cargando…
Cancelar
Guardar