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
Fix syntax error.
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
8db31734ed
commit
d69356f4fa
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
@@ -53,7 +53,7 @@ class Task(BaseTask):
methods = {
"save": self.save,
"sync"
,
self.sync,
"sync"
:
self.sync,
"edit": self.process_edit,
"move": self.process_move,
"delete": self.process_delete,
Write
Preview
Loading…
Cancel
Save