mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2024-12-26 05:18:36 -06:00
update tvShowDateWatched index no
This commit is contained in:
parent
356b8d6c9f
commit
21edfd9c1a
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue