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 533acf1 commit 981880fCopy full SHA for 981880f
django_plotly_dash/dash_wrapper.py
@@ -75,7 +75,7 @@ def get_local_stateless_by_name(name):
75
if _stateless_app_lookup_func is None:
76
_stateless_app_lookup_func = stateless_app_lookup_hook()
77
78
- sa = stateless_app_lookup_func(name)
+ sa = _stateless_app_lookup_func(name)
79
80
if not sa:
81
# TODO wrap this in raising a 404 if not found
django_plotly_dash/version.py
@@ -23,4 +23,4 @@
23
24
'''
25
26
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments