Pārlūkot izejas kodu

Oops.

tags/v0.1^2
Ben Kurtovic pirms 12 gadiem
vecāks
revīzija
522e44abc4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py Parādīt failu

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



Notiek ielāde…
Atcelt
Saglabāt