Browse Source

Fixed a method syntax in auth.py

Roland Haroutiounian 8 years ago
parent
commit
bdcb08e466
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/auth/auth.py

+ 1
- 1
lodel/auth/auth.py View File

269
     #@note Call a dedicated hook in order to allow session implementation as
269
     #@note Call a dedicated hook in order to allow session implementation as
270
     #plugin
270
     #plugin
271
     #@thrown AuthenticationFailure
271
     #@thrown AuthenticationFailure
272
-    def auth_session(self, token)
272
+    def auth_session(self, token):
273
         try:
273
         try:
274
             self.__user_infos = LodelHook.call_hook('lodel2_session_load',
274
             self.__user_infos = LodelHook.call_hook('lodel2_session_load',
275
                 caller = self, payload = token)
275
                 caller = self, payload = token)

Loading…
Cancel
Save