try to sleep

This commit is contained in:
zuckerberg 2021-09-25 21:19:11 -04:00
parent b8f36cc59f
commit 462c835232

View File

@ -98,6 +98,7 @@ def mountTorrent(magnet):
fuseTorrentLocation fuseTorrentLocation
]) ])
o.communicate() # wait for it to finish o.communicate() # wait for it to finish
sleep(5) # uhhh I guess I need to sleep?
def umountTorrent(): def umountTorrent():
print("unmounting torrent...") print("unmounting torrent...")