Compare commits

...

2 Commits

Author SHA1 Message Date
Stijn De Clercq 018268ee1f Fix typo 2021-12-02 13:35:55 +01:00
Stijn De Clercq 046b67a36e Make deadlines public 2021-12-02 13:33:49 +01:00
3 changed files with 36 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
files/lastTasks.json
files/c4.json
files/deadlines.json
files/hangman.json
files/stats.json
files/lost.json

View File

@ -29,7 +29,7 @@ class Deadline:
v = f"{self.course} - {self.name}: <t:{self.t}:R>"
if self.passed:
v = f"~~v~~"
v = f"~~{v}~~"
return v

View File

@ -0,0 +1,35 @@
{
"2": {
"StatProb": {
"Project": 1639090740
},
"AD2": {
"Project": 1638738000
},
"FuncProg": {
"Project 3": 1640017800
}
},
"3": {
"AD3": {
"Project (code)": 1638967062,
"Project (verslag)": 1639571862
},
"AI": {
"Presentatie project": 1639870920,
"Verslag": 1640302920
},
"BestSys": {
"Linux pract 2": 1638402120,
"Linux pract 3": 1639006920
},
"Modsim": {
"Project": 1640302920
},
"Telecom": {
"Keuze artikel": 1638745140,
"Presentaties 1": 1639990800,
"Presentaties 2": 1640088000
}
}
}