ajout films
suppression print debug
This commit is contained in:
parent
94d9a8e604
commit
63b89bae41
2 changed files with 0 additions and 2 deletions
BIN
baseFilms.db
BIN
baseFilms.db
Binary file not shown.
|
@ -101,7 +101,6 @@ class filmSQ():
|
||||||
print('acteurs')
|
print('acteurs')
|
||||||
c.execute("""SELECT name FROM acteurs WHERE iFilm=?""", (self.i,))
|
c.execute("""SELECT name FROM acteurs WHERE iFilm=?""", (self.i,))
|
||||||
r = c.fetchall()
|
r = c.fetchall()
|
||||||
print(r)
|
|
||||||
res = [a[0] for a in r]
|
res = [a[0] for a in r]
|
||||||
else:
|
else:
|
||||||
c.execute("""SELECT %s FROM films WHERE idN=:idN""" % nom, {"idN":self.idN})
|
c.execute("""SELECT %s FROM films WHERE idN=:idN""" % nom, {"idN":self.idN})
|
||||||
|
@ -310,7 +309,6 @@ class filmSQ():
|
||||||
dic['langST'] = input("langue et sous-titre : VF/VOSTFR ? ")
|
dic['langST'] = input("langue et sous-titre : VF/VOSTFR ? ")
|
||||||
|
|
||||||
|
|
||||||
print(dic)
|
|
||||||
seance = filmSQ(dic)
|
seance = filmSQ(dic)
|
||||||
return seance
|
return seance
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue