mostly working shape?

This commit is contained in:
Aron Petau 2025-12-31 16:06:42 +01:00
parent 3057cda8d3
commit 540a3cc884
10 changed files with 462 additions and 183 deletions

View file

@ -38,6 +38,7 @@ class WGCompanyNotifier:
logger.info("[WGCOMPANY] Browser initialized")
async def fetch_listings(self):
await self.init_browser()
listings = []
try:
page = await self.context.new_page()