From 28c340f596649a08cdab3f644db8ba89e6534600 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Fri, 16 Feb 2024 11:19:47 -0500 Subject: [PATCH] Formatting --- src/ptpapi/scripts/ptp_reseed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptpapi/scripts/ptp_reseed.py b/src/ptpapi/scripts/ptp_reseed.py index b0a7c12..26ba0e0 100755 --- a/src/ptpapi/scripts/ptp_reseed.py +++ b/src/ptpapi/scripts/ptp_reseed.py @@ -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"]: