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()