|
|
api = ApiLib(service, hostname, ALTUS.AUTH_KEY_ID.get(), ALTUS.AUTH_KEY_SECRET.get().replace('\\n', '\n'))
|
|
api = ApiLib(service, hostname, ALTUS.AUTH_KEY_ID.get(), ALTUS.AUTH_KEY_SECRET.get().replace('\\n', '\n'))
|
|
|
resp = api.call_api(command, parameters)
|
|
resp = api.call_api(command, parameters)
|
|
|
raise PopupException(e, title=_('Error accessing'))
|
|
raise PopupException(e, title=_('Error accessing'))
|