fixed delete_expired_sessions() again

This commit is contained in:
malchu 2023-05-10 23:21:55 -04:00
parent 252413ae40
commit 378d9f15af

View file

@ -148,7 +148,7 @@ class SessionInterface:
null_session_class = NullSession
#: all sessions that are currently open
sessions: SessionInterface = []
sessions: list[SessionInterface] = []
#: A flag that indicates if the session interface is pickle based.
#: This can be used by Flask extensions to make a decision in regards