Compare commits

..

No commits in common. "018268ee1fbac41e9545ec1677e91c07b31109b7" and "8350b01d85f2122a03dbe7a5f0fb95d0a840a494" have entirely different histories.

3 changed files with 2 additions and 36 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
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

@ -1,35 +0,0 @@
{
"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
}
}
}