mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 18:00:19 +00:00
Boolean match string value of True
This commit is contained in:
@@ -265,7 +265,7 @@ def main():
|
|||||||
|
|
||||||
satelliteSystem = System(remotePath, host, user)
|
satelliteSystem = System(remotePath, host, user)
|
||||||
localSystem = System(localPath)
|
localSystem = System(localPath)
|
||||||
downloadClient = DownloadClient(remove)
|
downloadClient = DownloadClient(remove == 'True')
|
||||||
|
|
||||||
satelliteSystem.getFiles()
|
satelliteSystem.getFiles()
|
||||||
localSystem.getFiles()
|
localSystem.getFiles()
|
||||||
|
|||||||
Reference in New Issue
Block a user