Ben Kurtovic 12 anni fa
parent
commit
522e44abc4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bot/tasks/afc_history.py

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

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



Caricamento…
Annulla
Salva