This commit is contained in:
Alice 2017-09-26 18:22:48 +02:00
parent ca9efc0c87
commit fecaaddcb7

View file

@ -160,7 +160,8 @@ def nouveauFilmIn(dicFilms, index = {}):
def nouveauFilm():
with shelve.open('filmsShelve') as db:
nouveauFilmIn(db)
seance = nouveauFilmIn(db)
return seance
def getIndex():
with open('index', 'rb') as index: