mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
54a19779c3
commit
68de9713a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue