mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed validation debug message
This commit is contained in:
parent
a30a5088f3
commit
7ff6e24daa
1 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,9 @@ def validate_credentials(url, user, api):
|
|||
log.debug('API key: {}'.format(api))
|
||||
return False
|
||||
|
||||
log.debug('Credentials Username: "{}", API key: "{}" are valid.')
|
||||
log.debug('Credentials Username: "{}", API key: "{}" are valid.'.format(
|
||||
user, api
|
||||
))
|
||||
return True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue