From 22a9d368ff8d22d76f97e8f152ecabc8844dab83 Mon Sep 17 00:00:00 2001 From: l3uddz Date: Wed, 7 Mar 2018 12:41:55 +0000 Subject: [PATCH] fix typo --- misc/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/helpers.py b/misc/helpers.py index 3678168..5773415 100644 --- a/misc/helpers.py +++ b/misc/helpers.py @@ -133,7 +133,7 @@ def trakt_blacklisted_show_runtime(show, lowest_runtime): blacklisted = True elif int(show['show']['runtime']) < lowest_runtime: log.debug("%s was blacklisted because it had a runtime of: %d", show['show']['title'], - show['movie']['runtime']) + show['show']['runtime']) blacklisted = True except Exception: