From c20b24b53c902ff0ad3e21630be7d164d1b384ff Mon Sep 17 00:00:00 2001 From: djib Date: Sun, 6 Oct 2019 23:11:29 +0200 Subject: [PATCH] Interactive movie selection --- FreeboxMoviePlanner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: