From c3d50661570528729a025d4945c809c485f4f28b Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 4 Dec 2013 21:22:14 +1030 Subject: [PATCH] fix name mismatch. fix #216 --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 17f64b10..79d5e4f1 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -159,7 +159,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID): Logger.debug("MAIN: Found media file: %s", filePath) video2 = video2 + 1 else: - Logger.debug("MAIN: File %s is not a media file", filepath) + Logger.debug("MAIN: File %s is not a media file", filePath) if video2 >= video and video2 > int(0): # Check that all video files were moved Logger.debug("MAIN: Found %s media files", str(video2)) status = int(0)