Browse Source

Fix syntax error.

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
d69356f4fa
1 changed files with 1 additions and 1 deletions
  1. +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,


Loading…
Cancel
Save