Interactive movie selection
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user