Fixed odm loop error
This commit is contained in:
@@ -2,16 +2,7 @@
|
||||
# I like having multiple folders so as to visualize each step happening
|
||||
# but you could easily adjust the setup to fit your preferences
|
||||
|
||||
import os
|
||||
|
||||
# Where you will be downloading your .odm's to, we're writing this one
|
||||
# as an environment for the bash to reference
|
||||
os.environ["queue"] = "/Users/jonas/Documents/SERVER/QUEUE"
|
||||
|
||||
# Where the unpackaged odm mp3s will get moved
|
||||
# First for the bash
|
||||
os.environ["annex"] = "/Users/jonas/Documents/SERVER/BOOKS/01_ANNEX"
|
||||
# Then for python
|
||||
annex="/Users/jonas/Documents/SERVER/BOOKS/01_ANNEX"
|
||||
|
||||
# Where chapterized and labeled mp3s will be stored
|
||||
|
||||
Reference in New Issue
Block a user