Explorar el Código

remove after for now.

Ask Solem hace 16 años
padre
commit
81211da171
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      crunchy/task.py

+ 1 - 0
crunchy/task.py

@@ -58,6 +58,7 @@ class TaskExecutedTask(Task):
         logger.info("Task %s[%s] executed successfully." % (task_id, task_name))
 tasks.register(TaskExecutedTask)
         
+
 class TestTask(Task):
     name = "crunchy-test-task"