python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Fixed to scan the linked directory as well. #501

Closed P488-Git closed 2 years ago

P488-Git commented 3 years ago

This PR has been modified so that if the path specified during initialization contains a link, that directory will also be run.

The current source does not run through the links, which is very useless. I hope this PR will be approved.

Thanks.