diff --git a/TorrentToMedia.py b/TorrentToMedia.py index abf0cdba..2cc1c432 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -129,7 +129,7 @@ def is_sample(filePath, inputName): return ('sample' in filePath.lower()) and (not 'sample' in inputName) and (os.path.getsize(filePath) < SIZE_CUTOFF) -def create_destination(outputDestination) +def create_destination(outputDestination): if not os.path.exists(outputDestination): try: Logger.info("CREATE DESTINATION: Creating destination folder: %s", outputDestination)