fix indent

This commit is contained in:
j 2010-01-17 10:04:38 +13:00
parent 00384db47b
commit c6031e9d20
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def getMovie(info):
setattr(movie.oxdb, key, info[key])
updated = True
if updated:
movie.save()
movie.save()
return movie
def newMovie(title, director, year):