Skip to content

Commit 69ddf49

Browse files
vladdosterGibbsConsulting
authored andcommitted
Update models.py (#221)
1 parent 21eef8b commit 69ddf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_plotly_dash/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def check_registered(modeladmin, request, queryset):
107107
try:
108108
q = sa.as_dash_app()
109109
except:
110-
logger.warnng("django-plotly-dash: Unable to load stateless app: "+str(sa))
110+
logger.warning("django-plotly-dash: Unable to load stateless app: "+str(sa))
111111

112112

113113
check_registered.short_description = "Check stateless apps"

0 commit comments

Comments
 (0)