diff -r e89022c0657f -r 666d31bd43bd app/soc/tasks/updates/student_school_type.py --- a/app/soc/tasks/updates/student_school_type.py Wed Sep 16 13:38:18 2009 +0200 +++ b/app/soc/tasks/updates/student_school_type.py Wed Sep 16 20:09:13 2009 +0200 @@ -104,7 +104,8 @@ # pass along these params as POST to the new task task_params = {'start_key': new_start} - new_task = taskqueue.Task(params=task_params, url=request['PATH_INFO']) + new_task = taskqueue.Task(params=task_params, + url=request.META['PATH_INFO']) new_task.add() # task completed, return OK