commit 42e4c561c0da8160b905576f5f355d0945a9b1e0 Author: David Fifield david@bamsoftware.com Date: Mon Oct 1 20:53:08 2012 -0700
elif. --- facilitator/facilitator | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/facilitator/facilitator b/facilitator/facilitator index d159ddc..26e449d 100755 --- a/facilitator/facilitator +++ b/facilitator/facilitator @@ -212,7 +212,7 @@ class Handler(SocketServer.StreamRequestHandler):
if command == "GET": return self.do_GET(params) - if command == "PUT": + elif command == "PUT": return self.do_PUT(params) else: self.send_error()