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,7 +269,7 @@ login EmClass '%s' and password EmClass '%s'. Abording..." % (
269 269
     #@note Call a dedicated hook in order to allow session implementation as
270 270
     #plugin
271 271
     #@thrown AuthenticationFailure
272
-    def auth_session(self, token)
272
+    def auth_session(self, token):
273 273
         try:
274 274
             self.__user_infos = LodelHook.call_hook('lodel2_session_load',
275 275
                 caller = self, payload = token)

Loading…
Cancel
Save