Skip to content

Instantly share code, notes, and snippets.

@martync
Last active December 28, 2018 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martync/b7db9ad72512be72df97fcf36d9d9f1b to your computer and use it in GitHub Desktop.
Save martync/b7db9ad72512be72df97fcf36d9d9f1b to your computer and use it in GitHub Desktop.
Scores du jeu
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