diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 3a3948f6..98c65b7c 100644 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -131,7 +131,7 @@ elif useLink == 0 and packed == 1: ## unpack dest = os.path.join(destination, Name) ## Create destionation folder - if not os.path.exists(dest): + if not os.path.exists(dest): try: os.makedirs(dest) except Exception, e: