瀏覽代碼

Fixed a method syntax in auth.py

Roland Haroutiounian 8 年之前
父節點
當前提交
bdcb08e466
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      lodel/auth/auth.py

+ 1
- 1
lodel/auth/auth.py 查看文件

@@ -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…
取消
儲存