fix storage location
This commit is contained in:
parent
658c84d5df
commit
209e5e2292
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user