Skip to content

Commit 14893cb

Browse files
committed
Fix default location of files
1 parent f290344 commit 14893cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web2mp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import struct
77
import subprocess
88

9-
FILES_LOCATION = os.path.expanduser('~/web2mp3/.cache')
9+
FILES_LOCATION = os.path.expanduser('~/web2mp3')
1010
CACHE_LOCATION = os.path.join(FILES_LOCATION, '.cache')
1111
ACTIONS = {
1212
'download-youtube-ids': lambda m: download_youtube_ids(m['ids']),

0 commit comments

Comments
 (0)