change ROOT path
This commit is contained in:
parent
a9a4b15481
commit
704793af5a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue