mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 01:40:21 +00:00
Boolean match string value of True
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user