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