pull/5/head
l3uddz 7 years ago
parent 023ecfccc0
commit 3821040a58

@ -133,7 +133,7 @@ def trakt_blacklisted_show_runtime(show, lowest_runtime):
blacklisted = True blacklisted = True
elif int(show['show']['runtime']) < lowest_runtime: elif int(show['show']['runtime']) < lowest_runtime:
log.debug("%s was blacklisted because it had a runtime of: %d", show['show']['title'], log.debug("%s was blacklisted because it had a runtime of: %d", show['show']['title'],
show['movie']['runtime']) show['show']['runtime'])
blacklisted = True blacklisted = True
except Exception: except Exception:

Loading…
Cancel
Save