From 4993e887d79e7aa42d62ffb019ffdfed102fecc9 Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:55:12 -0500 Subject: [PATCH] Update config.py --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 442f173..8107cb3 100644 --- a/config.py +++ b/config.py @@ -5,13 +5,13 @@ but you could easily adjust the setup to fit your preferences ''' '''Where the unpackaged odm mp3s will get moved''' -annex="/Users/jonas/Documents/SERVER/BOOKS/01_ANNEX" +annex="PATH/TO/ANNEX" '''Where chapterized and labeled mp3s will be stored''' -circulation="/Users/jonas/Documents/SERVER/BOOKS/02_CIRCULATION" +circulation="PATH/TO/CIRCULATION" '''Where the final finished product will land''' -bookshelf="/Users/jonas/Documents/SERVER/BOOKS/03_BOOKSHELF" +bookshelf="PATH/TO/BOOKSHELF" '''Where the scraps go''' -archive="/Users/jonas/Documents/SERVER/BOOKS/00_ARCHIVE" \ No newline at end of file +archive="PATH/TO/ARCHIVE"