mirror of
https://github.com/yweber/lodel2.git
synced 2025-12-28 03:36:55 +01:00
Fixed a method syntax in auth.py
This commit is contained in:
parent
fbdb9f09f8
commit
bdcb08e466
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ login EmClass '%s' and password EmClass '%s'. Abording..." % (
|
|||
#@note Call a dedicated hook in order to allow session implementation as
|
||||
#plugin
|
||||
#@thrown AuthenticationFailure
|
||||
def auth_session(self, token)
|
||||
def auth_session(self, token):
|
||||
try:
|
||||
self.__user_infos = LodelHook.call_hook('lodel2_session_load',
|
||||
caller = self, payload = token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue