From e14d156650ae056e4732d804756d1b108160e4b7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 19 Nov 2019 14:42:19 +0100 Subject: [PATCH] Space typo Co-Authored-By: Timost --- moulinette/authenticators/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moulinette/authenticators/__init__.py b/moulinette/authenticators/__init__.py index 327babcc..36831a26 100644 --- a/moulinette/authenticators/__init__.py +++ b/moulinette/authenticators/__init__.py @@ -154,7 +154,7 @@ class BaseAuthenticator(object): f.write(hash_) def _authenticate_session(self, session_id, session_token): - """Checks session and token against the stored session token""" + """Checks session and token against the stored session token""" try: # FIXME : shouldn't we also add a check that this session file # is not too old ? e.g. not older than 24 hours ? idk...