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

View file

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