Add option to specify logfile location

This commit is contained in:
Serene-Arc
2021-04-27 12:29:37 +10:00
parent 3bc10ce1aa
commit cb41d4749a
4 changed files with 41 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ class Configuration(Namespace):
self.exclude_id_file = []
self.limit: Optional[int] = None
self.link: list[str] = []
self.log: Optional[str] = None
self.max_wait_time = None
self.multireddit: list[str] = []
self.no_dupes: bool = False