Browse Source

Oops.

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
522e44abc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py View File

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


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




Loading…
Cancel
Save