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
|
# Ignore wrong ID
|
||||||
continue
|
continue
|
||||||
if txt == 'OK':
|
if txt == 'OK':
|
||||||
sock.close()
|
sock.close()
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
raise ValueError(txt)
|
raise ValueError(txt)
|
||||||
|
|
Loading…
Reference in New Issue