mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-10 15:39:33 -06:00
Profiler: Use update_wrapper on partial If the profiler panel is applied before the request-vars panel, the wrapper added by the profiler causes an error since it's missing a `__module__` attribute.