update tvShowDateWatched index no

This commit is contained in:
Luke Arran 2021-11-08 21:43:46 +00:00 committed by GitHub
parent 356b8d6c9f
commit 21edfd9c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ def processWatchedShows():
# Get the TV Time Episode Number
tvShowEpisodeNo = row[8]
# Get the date which the show was marked 'watched' in TV Time
tvShowDateWatched = row[5]
tvShowDateWatched = row[4]
# Parse the watched date value into a Python type
tvShowDateWatchedConverted = datetime.strptime(
tvShowDateWatched, '%Y-%m-%d %H:%M:%S')