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: except:
return None return None
fuseTorrentLocation = "~/torrent" fuseTorrentLocation = "torrent"
btfsDataLocation = "~/btfs-data" btfsDataLocation = "btfs-data"
def mountTorrent(magnet): def mountTorrent(magnet):
umountTorrent() umountTorrent()