diff --git a/scripts/config.py b/scripts/config.py index 97d59c2..b8ec5d1 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -14,6 +14,6 @@ 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('~/Documents/Kulak/bachelor_3/semester_2').expanduser() +ROOT = Path('~/Uni/semester-5').expanduser() DATE_FORMAT = '%a %d %b %Y %H:%M' LOCALE = "de_DE.utf8"