diff --git a/downloader.py b/downloader.py index 7b95c34..3431103 100644 --- a/downloader.py +++ b/downloader.py @@ -93,6 +93,7 @@ def mountTorrent(magnet): o = subprocess.Popen([ "btfs", "-o", "auto_unmount", # unmount if process is killed + "-o", "allow_other", "--data-directory=" + btfsDataLocation, magnet, fuseTorrentLocation