We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f8515 commit 40f8645Copy full SHA for 40f8645
src/flask_debugtoolbar/panels/profiler.py
@@ -36,6 +36,8 @@ def __init__(
36
) -> None:
37
super().__init__(jinja_env, context=context)
38
39
+ self.dump_filename = None
40
+
41
if current_app.config.get("DEBUG_TB_PROFILER_ENABLED"):
42
self.is_active = True
43
self.dump_filename = current_app.config.get(
0 commit comments