Add function to calculate all existing file hashes if wanted

This commit is contained in:
Serene-Arc
2021-03-11 14:18:48 +10:00
committed by Ali Parlakci
parent f941161014
commit 6d6327a396
4 changed files with 24 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class Configuration(Namespace):
self.no_dupes: bool = False
self.saved: bool = False
self.search: Optional[str] = None
self.search_existing: bool = False
self.set_file_scheme: str = '{REDDITOR}_{TITLE}_{POSTID}'
self.set_folder_scheme: str = '{SUBREDDIT}'
self.skip: list[str] = []