We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey thanks for this superbe little framework.
Im trying to add a favicon to my webapp, but I keep getting this error: AttributeError("'module' object has no attribute '__path__'",)
AttributeError("'module' object has no attribute '__path__'",)
My favicon route:
@app.route("/favicon.ico") def favicon(req, resp): yield from app.sendfile(resp, "favicon.ico")
I got the icon in the structure and uploaded on the esp32
Any idea ? Repo link in case: https://github.com/MaxThom/cozylamp Thank you !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey thanks for this superbe little framework.
Im trying to add a favicon to my webapp, but I keep getting this error:
AttributeError("'module' object has no attribute '__path__'",)
My favicon route:
I got the icon in the structure and uploaded on the esp32
Any idea ?
Repo link in case: https://github.com/MaxThom/cozylamp
Thank you !
The text was updated successfully, but these errors were encountered: