mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Typo :|
This commit is contained in:
parent
b42ed7be7a
commit
01e064b642
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class BaseAuthenticator(object):
|
|||
|
||||
def _authenticate_session(self, session_id, session_token):
|
||||
"""Checks session and token against the stored session token"""
|
||||
if not self._session_exists(self, session_id):
|
||||
if not self._session_exists(session_id):
|
||||
raise MoulinetteError("session_expired")
|
||||
try:
|
||||
# FIXME : shouldn't we also add a check that this session file
|
||||
|
|
Loading…
Reference in a new issue