fix storage location
This commit is contained in:
parent
658c84d5df
commit
209e5e2292
@ -83,8 +83,8 @@ def getVideoInfo(url):
|
||||
except:
|
||||
return None
|
||||
|
||||
fuseTorrentLocation = "~/torrent"
|
||||
btfsDataLocation = "~/btfs-data"
|
||||
fuseTorrentLocation = "torrent"
|
||||
btfsDataLocation = "btfs-data"
|
||||
|
||||
def mountTorrent(magnet):
|
||||
umountTorrent()
|
||||
|
Loading…
x
Reference in New Issue
Block a user