Minor comment changes
This commit is contained in:
@ -177,13 +177,13 @@ class FreeboxMoviePlanner:
|
|||||||
|
|
||||||
def askForUserSelection(self):
|
def askForUserSelection(self):
|
||||||
for movie in self.movies:
|
for movie in self.movies:
|
||||||
|
print()
|
||||||
print(movie)
|
print(movie)
|
||||||
reply = input("Interested? (y)es/(N)o/(q)uit")
|
reply = input("Interested? (y)es/(N)o/(q)uit")
|
||||||
if reply.upper() == "Y":
|
if reply.upper() == "Y":
|
||||||
movie.user_selected = True
|
movie.user_selected = True
|
||||||
elif reply.upper() == "Q":
|
elif reply.upper() == "Q":
|
||||||
break
|
break
|
||||||
print()
|
|
||||||
|
|
||||||
def findMoviesOnTMDB(self):
|
def findMoviesOnTMDB(self):
|
||||||
for movie in self.movies:
|
for movie in self.movies:
|
||||||
|
Reference in New Issue
Block a user