Skip to content
Snippets Groups Projects
Commit 8c40f6e0 authored by DAVID Pierre's avatar DAVID Pierre
Browse files

Remove output when no answer has been given

parent 6c74fb4d
Branches master
No related merge requests found
Pipeline #358815 passed with stages
in 57 seconds
......@@ -183,11 +183,12 @@ def sudo_result(data):
json.dumps(data['answers'][str(user_id)])
]))
else:
print(','.join([
user_name,
str(-1),
'{}'
]))
# print(','.join([
# user_name,
# str(-1),
# '{}'
# ]))
pass
else:
print(data)
sio.disconnect()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment