In defining tasks : ``` task.register(do_something, "do_something") ``` should be ``` tasks.register(do_something, "do_something") ```