mirror of
https://github.com/Steffo99/bbbdl.git
synced 2024-11-22 07:44:18 +00:00
✏️ Use ISO date format for dates so the files can be ordered alphabetically
https://it.wikipedia.org/wiki/ISO_8601
This commit is contained in:
parent
18f84abfb3
commit
e509412e65
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ audioSuffix = "/video/webcams.mp4"
|
||||||
|
|
||||||
# Dictionary containing the id of the saved lessons
|
# Dictionary containing the id of the saved lessons
|
||||||
meetingsID = {
|
meetingsID = {
|
||||||
'021020': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601628738707',
|
'2020-10-02': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601628738707',
|
||||||
'290920': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601380547311',
|
'2020-09-29': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601380547311',
|
||||||
'250920': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601024050226',
|
'2020-09-25': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601024050226',
|
||||||
'061020': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601984780753',
|
'2020-10-06': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601984780753',
|
||||||
'091020': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1602232967548',
|
'2020-10-09': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1602232967548',
|
||||||
}
|
}
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue