1
0
Fork 0
mirror of synced 2024-06-22 04:00:20 +12:00

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))
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]: