Skip to content

Commit

Permalink
fix: tidy removal excess 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 cea6777 commit aa1b8a7
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 @@ -164,7 +164,6 @@ def create_item_from_imdb_id(imdb_id: str):
except UnboundLocalError:
logger.error("Unknown item %s with response %s", imdb_id, response.content)
return None
logger.error("Unable to create item from IMDb ID %s, skipping..", imdb_id)
return None

def get_imdbid_from_tvdb(tvdb_id: str) -> str:
Expand Down

0 comments on commit aa1b8a7

Please sign in to comment.