Skip to content

Commit

Permalink
Update models.py (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored and GibbsConsulting committed Jan 2, 2020
1 parent 21eef8b commit 69ddf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_plotly_dash/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def check_registered(modeladmin, request, queryset):
try:
q = sa.as_dash_app()
except:
logger.warnng("django-plotly-dash: Unable to load stateless app: "+str(sa))
logger.warning("django-plotly-dash: Unable to load stateless app: "+str(sa))


check_registered.short_description = "Check stateless apps"
Expand Down

0 comments on commit 69ddf49

Please sign in to comment.