Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Feb 16, 2024
1 parent 3e27f2d commit 28c340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptpapi/scripts/ptp_reseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def match_by_torrent(torrent, filepath: str) -> Match:
def match_by_movie(movie, filepath) -> Match:
"""Tries to match a torrent against a single movie"""
logger = logging.getLogger(__name__)
logger.info("Attempting to match against movie %s (%r)", movie.ID, movie['Title'])
logger.info("Attempting to match against movie %s (%r)", movie.ID, movie["Title"])

movie.load_html_data()
for torrent in movie["Torrents"]:
Expand Down

0 comments on commit 28c340f

Please sign in to comment.