Interactive movie selection

This commit is contained in:
2019-10-06 23:11:29 +02:00
parent 6587cb2457
commit c20b24b53c

View File

@ -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: