fix storage location

This commit is contained in:
zuckerberg 2021-09-24 16:43:33 -04:00
parent 658c84d5df
commit 209e5e2292

View File

@ -83,8 +83,8 @@ def getVideoInfo(url):
except:
return None
fuseTorrentLocation = "~/torrent"
btfsDataLocation = "~/btfs-data"
fuseTorrentLocation = "torrent"
btfsDataLocation = "btfs-data"
def mountTorrent(magnet):
umountTorrent()