Skip to content

Commit

Permalink
fix: remove some unneccessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoked authored and Spoked committed Feb 7, 2024
1 parent 410ee7f commit cdd04a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/program/updaters/trakt.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def get_show(imdb_id: str):
def create_item_from_imdb_id(imdb_id: str):
"""Wrapper for trakt.tv API search method"""
if imdb_id is None:
logger.debug("Unable to create item from IMDb ID. No IMDb ID provided.")
return None
url = f"https://api.trakt.tv/search/imdb/{imdb_id}?extended=full"
response = get(
Expand Down

0 comments on commit cdd04a0

Please sign in to comment.