diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:04:33 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:04:33 +0200 |
| commit | 3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2 (patch) | |
| tree | 8862076231786d13110d9650069178a86669c420 /config-example.json | |
| parent | 818ed0d5e2ff69bfb97074ea57b554bbc7bfcfe3 (diff) | |
| download | splus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.tar.gz splus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.zip | |
Hardwire ICS and fix disappearing lectures
Diffstat (limited to 'config-example.json')
| -rw-r--r-- | config-example.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/config-example.json b/config-example.json index 62f703d..6e4a5c5 100644 --- a/config-example.json +++ b/config-example.json @@ -3,12 +3,7 @@ "icsPath": "kalender/informatik1.ics", "prefetchWeeks": 4, - "titleWhitelist": [ - "Programmieren", - "Datenbanken", - "Diskrete Strukturen", - "Reservierung", - "Einführung", - "Grundlagen des Programmierens" + "titleBlacklist": [ + "Programmieren" ] } |
