Fix my weird typo

This commit is contained in:
Tim McCormack
2020-09-22 22:59:28 +00:00
parent ea0c19066e
commit 0f33afc20a
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ def course_id_from_url(url):
return None
class CookingMonitoringMiddleware(MiddlewareMixin):
class CookieMonitoringMiddleware(MiddlewareMixin):
"""
Middleware for monitoring the size and growth of all our cookies, to see if
we're running into browser limits.