From adc8b84f3f10c9bf4fdf95484b9937103c13ecc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 17 Sep 2021 14:13:30 +0200 Subject: [PATCH] switch back to 4th semester --- scripts/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.py b/scripts/config.py index af214a7..583d65f 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -10,7 +10,7 @@ USERCALENDARID = 'primary' CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser() CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve() CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve() -ROOT = Path('~/Uni/semester-5').expanduser() +ROOT = Path('~/Uni/semester-4').expanduser() DATE_FORMAT = '%a %d %b %Y' LOCALE = "de_DE.utf8" COURSE_IGNORE_FILE = '.courseignore'