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 c97c622 commit 759ad6bCopy full SHA for 759ad6b
dash/dash.py
@@ -396,7 +396,7 @@ def __init__( # pylint: disable=too-many-statements
396
):
397
_validate.check_obsolete(obsolete)
398
399
- caller_name = get_caller_name()
+ caller_name = None if name else get_caller_name()
400
401
# We have 3 cases: server is either True (we create the server), False
402
# (defer server creation) or a Flask app instance (we use their server)
0 commit comments