mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-14 13:18:25 -05:00
3e4cd1ecfa
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.