Tweaked the verbosity of the script a little
prithugoswami prithugoswami524@gmail.com
Fri, 05 Jan 2018 16:58:38 +0530
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
amt.py
→
amt.py
@@ -121,7 +121,9 @@ while len(srch_response['results']) == 0:
title = input("\nCould not find the movie, Enter" " alternate movie title >> ") - searchindex = int(input('Search result index >> ')) + searchindex = int(input("Search result index (enter 0 if " + "you don't know what this is) >> ")) + print('\nFetching movie data for "' + title + '"') srch_response = search.movie(query=title) try: tmdb_movie = (tmdb.Movies(srch_response['results']