From 574eebed11db181a472b42d711d9c3a82a0bf52b Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 26 Aug 2023 10:53:22 +0200 Subject: [PATCH] Boolean match string value of True --- transatlanticTorrentExpress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transatlanticTorrentExpress.py b/transatlanticTorrentExpress.py index 8e3b94f..9eb5233 100755 --- a/transatlanticTorrentExpress.py +++ b/transatlanticTorrentExpress.py @@ -265,7 +265,7 @@ def main(): satelliteSystem = System(remotePath, host, user) localSystem = System(localPath) - downloadClient = DownloadClient(remove) + downloadClient = DownloadClient(remove == 'True') satelliteSystem.getFiles() localSystem.getFiles()