mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: collect timeout timing sessions for diagnostics (#814)
This commit is contained in:
@@ -43,7 +43,7 @@ class AdExtractor(WebScrapingMixin):
|
||||
super().__init__()
|
||||
self.browser = browser
|
||||
self.config:Config = config
|
||||
self.download_dir = download_dir
|
||||
self.download_dir:Path = download_dir
|
||||
self.published_ads_by_id:dict[int, dict[str, Any]] = published_ads_by_id or {}
|
||||
|
||||
async def download_ad(self, ad_id:int) -> None:
|
||||
|
||||
Reference in New Issue
Block a user