diff --git a/FreeboxMoviePlanner.py b/FreeboxMoviePlanner.py index f3ac795..3764379 100755 --- a/FreeboxMoviePlanner.py +++ b/FreeboxMoviePlanner.py @@ -4,7 +4,7 @@ Simple script that extracts information from Télé 7 jours and TMDB to help choosing the movies you want to record with your Freebox Todo : - * Prompt the user for movies he wants to record and plan them with the FB API + * Schedule recordings on Freebox using the FB API """ import json import logging @@ -120,7 +120,6 @@ class FreeboxMoviePlanner: def printAllMovies(self): for movie in self.movies: print('{!r}'.format(movie)) - print() def askForUserSelection(self): for movie in self.movies: