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)