suite
This commit is contained in:
parent
ca9efc0c87
commit
fecaaddcb7
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue