From 68de9713a0b0810e621d00914b10d7a1f5454215 Mon Sep 17 00:00:00 2001 From: Curt Hash Date: Tue, 9 Feb 2010 16:48:34 -0700 Subject: [PATCH] .. --- ctf/pointscli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf/pointscli.py b/ctf/pointscli.py index 6982691..eb7f2e3 100755 --- a/ctf/pointscli.py +++ b/ctf/pointscli.py @@ -32,7 +32,7 @@ def submit(cat, team, score, sock=None): # Ignore wrong ID continue if txt == 'OK': - sock.close() + sock.close() return else: raise ValueError(txt)