move error fixing
This commit is contained in:
parent
9385b00bec
commit
dee7b7bc14
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ def GetDirectory(title, season):
|
|||
|
||||
def RetrieveEpisodeData(serverAddress, user, password, database, inputFile, showsToProcess, sickbeardAddress, sickbeardPort, sickbeardAPIKey):
|
||||
file = os.path.basename(inputFile)
|
||||
print file
|
||||
show = MythTV.RetrieveEpisodeData(serverAddress, user, password, database, file)
|
||||
print "file: {0} mythtv returned show name {1}".format(file, show.title)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue