Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot
mirror da
https://github.com/earwig/earwigbot
Segui
1
Vota
1
Forka
0
Codice
Rilasci
4
Attività
Sfoglia il codice sorgente
Oops.
tags/v0.1^2
Ben Kurtovic
13 anni fa
parent
ed8751970f
commit
522e44abc4
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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))
Scrivi
Anteprima
Caricamento…
Annulla
Salva