command-line
User Identifier 2020-09-30 16:42:53 +02:00
parent 4dd11a881e
commit 3e299f96b1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def get_entry_by_uid(client, uid):
return None return None
if response[1:]: if response[1:]:
log.erorr("Looking for exactly one result but server gave {}. " log.error("Looking for exactly one result but server gave {}. "
"Taking the first and ignoring the rest." "Taking the first and ignoring the rest."
.format(len(response))) .format(len(response)))