Explorar el Código

Fix syntax error.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
d69356f4fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar