diff --git a/session_redis/session.py b/session_redis/session.py index 9854268c..d327474e 100644 --- a/session_redis/session.py +++ b/session_redis/session.py @@ -117,7 +117,7 @@ def rotate(self, session, env): session.session_token = security.compute_session_token(session, env) self.save(session) - def vacuum(self): + def vacuum(self, *args, **kwargs): """Do not garbage collect the sessions Redis keys are automatically cleaned at the end of their