pull/103/head
meisnate12 4 years ago
parent a919a1bb59
commit d89596d7b9

@ -65,7 +65,7 @@ class LetterboxdAPI:
except Failed as e: except Failed as e:
logger.error(e) logger.error(e)
continue continue
if self.config.ache: if self.config.Cache:
self.config.Cache.update_letterboxd(expired, item[0], tmdb_id) self.config.Cache.update_letterboxd(expired, item[0], tmdb_id)
movie_ids.append(tmdb_id) movie_ids.append(tmdb_id)
util.print_end(length, f"Processed {total_items} TMDb IDs") util.print_end(length, f"Processed {total_items} TMDb IDs")

Loading…
Cancel
Save