This commit is contained in:
Curt Hash 2010-02-09 16:48:34 -07:00
parent 54a19779c3
commit 68de9713a0
1 changed files with 1 additions and 1 deletions

View File

@ -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)