From 462c835232a50f1b8674f1e5289b0e3dc2f53ba5 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 25 Sep 2021 21:19:11 -0400 Subject: [PATCH] try to sleep --- downloader.py | 1 + 1 file changed, 1 insertion(+) 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...")