From 79fba4ac4a06e113c173294315a3e1a25581af6b Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Mon, 31 May 2021 13:42:03 +1000 Subject: [PATCH] Fix indent --- bdfr/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdfr/downloader.py b/bdfr/downloader.py index a262dae..6733691 100644 --- a/bdfr/downloader.py +++ b/bdfr/downloader.py @@ -105,7 +105,7 @@ class RedditDownloader(RedditConnector): os.utime(destination, (creation_time, creation_time)) self.master_hash_list[resource_hash] = destination logger.debug(f'Hash added to master list: {resource_hash}') - logger.info(f'Downloaded submission {submission.id} from {submission.subreddit.display_name}') + logger.info(f'Downloaded submission {submission.id} from {submission.subreddit.display_name}') @staticmethod def scan_existing_files(directory: Path) -> dict[str, Path]: