forked from 0x2620/pandora
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])
|
||||
updated = True
|
||||
if updated:
|
||||
movie.save()
|
||||
movie.save()
|
||||
return movie
|
||||
|
||||
def newMovie(title, director, year):
|
||||
|
|
Loading…
Reference in a new issue