flask-sitemap icon indicating copy to clipboard operation
flask-sitemap copied to clipboard

Flask-Sitemap is a Flask extension helping with sitemap generation.

Results 2 flask-sitemap issues
Sort by recently updated
recently updated
newest added

Package version (if known): ## Describe the bug 'datetime.date' object has no attribute 'update' ## Steps to Reproduce use python 3.10 genrate the function an try /sitemap ## Expected behavior...

Package version (if known): 0.4.0 ## Describe the bug This type of route is not recognized ```py @blueprint.get("//") ``` ## Steps to Reproduce On any route in where i add...