mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: add type safe Config model
This commit is contained in:
committed by
Sebastian Thomschke
parent
e7a3d46d25
commit
1369da1c34
@@ -60,8 +60,8 @@ class BrowserConfig:
|
||||
self.binary_location:str | None = None
|
||||
self.extensions:Iterable[str] = []
|
||||
self.use_private_window:bool = True
|
||||
self.user_data_dir:str = ""
|
||||
self.profile_name:str = ""
|
||||
self.user_data_dir:str | None = None
|
||||
self.profile_name:str | None = None
|
||||
|
||||
|
||||
class WebScrapingMixin:
|
||||
|
||||
Reference in New Issue
Block a user