leoncvlt / loconotion

📄 Python tool to turn Notion.so pages into lightweight, customizable static websites
839 stars 132 forks source link

chromium-browser keeps running #113

Open dosoft opened 2 years ago

dosoft commented 2 years ago

For some reasons, I found that chromium driver and therefor browser keeps running after all. Any ideas?

sueszli commented 1 year ago

This is because the scraper doesn't call driver.quit() after it is finished.

I fixed this in my fork: https://github.com/sueszli/notionSnapshot