1
0
Fork 0
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:
Roland Haroutiounian 2016-07-07 16:47:56 +02:00
commit bdcb08e466

View file

@ -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)