diff --git a/python/nav/web/session_serializer.py b/python/nav/web/session_serializer.py index 987a4a53a7..f415ebd6c5 100644 --- a/python/nav/web/session_serializer.py +++ b/python/nav/web/session_serializer.py @@ -16,7 +16,7 @@ class PickleSerializer: changed lead to a rather useless exception. PickleSerializer was removed due to it being danegerous in the - signed_cookie session backend. NAV doesn't use that see we can keep the old + signed_cookie session backend. NAV doesn't use that, so we can keep the old serializer. Changes from the original: A deprecation warning has been removed and