Skip to content
Snippets Groups Projects
Commit a5c6dd59 authored by Quentin Bramas's avatar Quentin Bramas
Browse files

reorder column

parent 4e02aeee
Branches
Tags
No related merge requests found
Pipeline #352494 passed with stages
in 1 minute and 12 seconds
......@@ -166,8 +166,8 @@ def sudo_result(data):
lastAnswerDate = data['userInfo'][user_name]['lastAnswerDate']
print(','.join([
user_name,
datetime.fromtimestamp(lastAnswerDate // 1_000).isoformat(),
datetime.fromtimestamp(data['userInfo'][user_name]['startOfflineTime'] // 1_000).isoformat(),
datetime.fromtimestamp(lastAnswerDate // 1_000).isoformat(),
json.dumps(data['answers'][str(user_id)])
]))
else:
......
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