Commit 3cbf5812 authored by mouadh's avatar mouadh

format

parent 969e4b28
...@@ -66,8 +66,8 @@ class XmlaProviderService(ServiceBase): ...@@ -66,8 +66,8 @@ class XmlaProviderService(ServiceBase):
config_parser = ConfigParser(discover_tools.executer.cube_path) config_parser = ConfigParser(discover_tools.executer.cube_path)
if config_parser.xmla_authentication(): if config_parser.xmla_authentication():
# TODO call labster login or create login with token (according to labster db) # TODO call (labster) login function or create login with token (according to labster db)
if ctx.transport.req_env['QUERY_STRING'] != 'mouadh': if ctx.transport.req_env['QUERY_STRING'] != 'admin':
raise InvalidCredentialsError( raise InvalidCredentialsError(
fault_string= fault_string=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment