diff --git a/scripts/config.py b/scripts/config.py index f980d93..c152848 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -15,7 +15,7 @@ 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() -DATE_FORMAT = '%a %d %b %Y %H:%M' +DATE_FORMAT = '%a %d %b %Y' LOCALE = "de_DE.utf8" COURSE_IGNORE_FILE = '.courseignore' COURSE_INFO_FILE = 'info.yaml'