diff --git a/FreeboxMoviePlanner.py b/FreeboxMoviePlanner.py index feb51bb..4c0669a 100755 --- a/FreeboxMoviePlanner.py +++ b/FreeboxMoviePlanner.py @@ -2,10 +2,6 @@ """ 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 : - * Add a configuration setting for beginning and end margin - * Display conflicts if any """ import argparse import datetime @@ -155,6 +151,7 @@ class FreeboxMoviePlanner: self.askForUserSelection() self.excludeNotSelected() self.programMovies() + self.checkForConflicts() def __repr__(self): result = 'FreeboxMoviePlanner