diff --git a/downloader.py b/downloader.py index e182500..7b95c34 100644 --- a/downloader.py +++ b/downloader.py @@ -98,6 +98,7 @@ def mountTorrent(magnet): fuseTorrentLocation ]) o.communicate() # wait for it to finish + sleep(5) # uhhh I guess I need to sleep? def umountTorrent(): print("unmounting torrent...")