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
Ugh, oops.
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
5503b2999e
commit
26c476afd3
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_statistics.py
+ 1
- 1
bot/tasks/afc_statistics.py
View File
@@ -261,7 +261,7 @@ class Task(BaseTask):
cursor.execute(query, (CHART_ACCEPT, CHART_DECLINE))
def update(self, **kwargs):
title = kwargs.get(page)
title = kwargs.get(
"
page
"
)
if not title:
return
Write
Preview
Loading…
Cancel
Save