move error fixing
This commit is contained in:
parent
4a5cc6d0c6
commit
a10bed2ddb
5 changed files with 18 additions and 10 deletions
|
|
@ -13,4 +13,7 @@ class TVShow:
|
|||
self.subtitle = subtitle
|
||||
self.description = description
|
||||
self.inputFile = inputFile
|
||||
self.outputFile = outputFile
|
||||
self.outputFile = outputFile
|
||||
|
||||
def Print(self):
|
||||
print "Input: {0} -> Output: {1}".format(self.inputFile, self.outputFile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue