From df56eed833d07317c38cea8af5ef0806659e11d9 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 19 Feb 2012 18:28:12 +0530 Subject: [PATCH] oops, syntax --- chaloBEST/mumbai/apiviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/mumbai/apiviews.py b/chaloBEST/mumbai/apiviews.py index d2548ce..9a8ea22 100644 --- a/chaloBEST/mumbai/apiviews.py +++ b/chaloBEST/mumbai/apiviews.py @@ -15,7 +15,7 @@ def route(request, alias): }) -def stop:(request, id): +def stop(request, id): if request.POST: if not id: stop = Stop() #FIXME: should this return an error instead?