Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Karneges committed Sep 25, 2012
1 parent 4889073 commit fb195f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
req["id"] = str(uuid.uuid4())
req["method"] = "GET"
req["url"] = sys.argv[1]
#req["connect-host"] = "crater.buddycloud.org"
sock.send(tnetstring.dumps(req))

resp = tnetstring.loads(sock.recv())
Expand Down

0 comments on commit fb195f0

Please sign in to comment.