fix indent
This commit is contained in:
parent
00384db47b
commit
c6031e9d20
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def getMovie(info):
|
||||||
setattr(movie.oxdb, key, info[key])
|
setattr(movie.oxdb, key, info[key])
|
||||||
updated = True
|
updated = True
|
||||||
if updated:
|
if updated:
|
||||||
movie.save()
|
movie.save()
|
||||||
return movie
|
return movie
|
||||||
|
|
||||||
def newMovie(title, director, year):
|
def newMovie(title, director, year):
|
||||||
|
|
Loading…
Reference in a new issue