[tor-commits] [flashproxy/master] elif.
dcf at torproject.org
dcf at torproject.org
Tue Oct 2 04:44:02 UTC 2012
commit 42e4c561c0da8160b905576f5f355d0945a9b1e0
Author: David Fifield <david at 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()
More information about the tor-commits
mailing list