Fix indent

This commit is contained in:
Serene-Arc
2021-05-31 13:42:03 +10:00
committed by Serene
parent 346df4726d
commit 79fba4ac4a

View File

@@ -105,7 +105,7 @@ class RedditDownloader(RedditConnector):
os.utime(destination, (creation_time, creation_time)) os.utime(destination, (creation_time, creation_time))
self.master_hash_list[resource_hash] = destination self.master_hash_list[resource_hash] = destination
logger.debug(f'Hash added to master list: {resource_hash}') 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 @staticmethod
def scan_existing_files(directory: Path) -> dict[str, Path]: def scan_existing_files(directory: Path) -> dict[str, Path]: