move error fixing
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user