From 209e5e2292fa682643c4f360152ec09c12e3e7e4 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 24 Sep 2021 16:43:33 -0400 Subject: [PATCH] fix storage location --- downloader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloader.py b/downloader.py index 3740f00..63b0a1a 100644 --- a/downloader.py +++ b/downloader.py @@ -83,8 +83,8 @@ def getVideoInfo(url): except: return None -fuseTorrentLocation = "~/torrent" -btfsDataLocation = "~/btfs-data" +fuseTorrentLocation = "torrent" +btfsDataLocation = "btfs-data" def mountTorrent(magnet): umountTorrent()