From 544b090b587ab72eff9ca17ab7926bbcb1f3e9f6 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 25 Sep 2021 21:37:35 -0400 Subject: [PATCH] allow other users for torrent --- downloader.py | 1 + 1 file changed, 1 insertion(+) 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