leoncvlt / loconotion

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

Update notionparser.py #114

Closed sueszli closed 1 year ago

sueszli commented 2 years ago

This is necessary for the docker container to work, otherwise an error occurs. See: https://stackoverflow.com/questions/50642308/webdriverexception-unknown-error-devtoolsactiveport-file-doesnt-exist-while-t

sueszli commented 2 years ago

Also the --non-headless argument should be avoided when using docker, otherwise it won't run.