Last active
December 28, 2018 13:08
-
-
Save martync/b7db9ad72512be72df97fcf36d9d9f1b to your computer and use it in GitHub Desktop.
Scores du jeu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scores = [ | |
{ | |
"start_date": "2018-12-13 08:39:11.539570", | |
"end_date": "2018-12-13 08:40:06.429570", | |
"winner": 1 | |
}, | |
{ | |
"start_date": "2018-12-13 10:28:45.539570", | |
"end_date": "2018-12-13 10:28:56.228670", | |
"winner": 2 | |
}, | |
{ | |
"start_date": "2018-12-13 11:28:35", | |
"end_date": "2018-12-13 11:28:53.539570", | |
"winner": 2 | |
}, | |
{ | |
"start_date": "2018-12-13 11:32:05.539570", | |
"end_date": "2018-12-13 11:32:30.228670", | |
"winner": 2 | |
}, | |
{ | |
"start_date": "2018-12-13 12:28:45.429572", | |
"end_date": "2018-12-13 12:28:56.129571", | |
"winner": 1 | |
}, | |
{ | |
"start_date": "2018-12-13 12:38:45.429570", | |
"end_date": "2018-12-13 12:41:11.129570", | |
"winner": 2 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment