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():
|
def nouveauFilm():
|
||||||
with shelve.open('filmsShelve') as db:
|
with shelve.open('filmsShelve') as db:
|
||||||
nouveauFilmIn(db)
|
seance = nouveauFilmIn(db)
|
||||||
|
return seance
|
||||||
|
|
||||||
def getIndex():
|
def getIndex():
|
||||||
with open('index', 'rb') as index:
|
with open('index', 'rb') as index:
|
||||||
|
|
Loading…
Reference in a new issue