fix typo
This commit is contained in:
parent
e65139ce82
commit
0b1719992d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ try:
|
|||
logger.info('Logging in to Datarhei Core API ' + api_username + '@' + api_hostname)
|
||||
client.login()
|
||||
except Exception as err:
|
||||
logger.error('client login error'
|
||||
logger.error('client login error')
|
||||
logger.error(err)
|
||||
|
||||
def core_api_sync():
|
||||
|
|
Loading…
Reference in a new issue