Skip to content

Commit f041185

Browse files
authored
Update settings.py
1 parent 20f37ed commit f041185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOWNLOAD_PATH = "." # Where do you want the books to be downloaded. Default is the script directory.
1+
DOWNLOAD_PATH = "/home/blackout/Descargas" # Where do you want the books to be downloaded. Default is the script directory.
22
N_AUTHORS = 1 # Maximum of authors displayed.
33
MAX_CHARS_AUTHORS = 25 # Maximum characters displayed for the author. Change according to N_AUTHORS.
44
MAX_CHARS_TITLE = 50 # Maximum characters displayed for the book title

0 commit comments

Comments
 (0)