This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Oops.
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
ed8751970f
commit
522e44abc4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/tasks/afc_history.py
+ 1
- 1
bot/tasks/afc_history.py
View 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))
Write
Preview
Loading…
Cancel
Save