fix: remove "gcc"
This commit is contained in:
parent
394f0e0674
commit
7799212137
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class filmSQ():
|
||||||
|
|
||||||
def makeListActors():
|
def makeListActors():
|
||||||
l = []
|
l = []
|
||||||
new = input("Entrez le nom des acteurs en appuyant sur Entrée entre chaque.gccPour terminer, appuyer sur Entrée avec une ligne vide.\n")
|
new = input("Entrez le nom des acteurs en appuyant sur Entrée entre chaque. Pour terminer, appuyer sur Entrée avec une ligne vide.\n")
|
||||||
if (new == -1):
|
if (new == -1):
|
||||||
return -1
|
return -1
|
||||||
while(new != ""):
|
while(new != ""):
|
||||||
|
|
Loading…
Reference in a new issue