refactor
blallo 2019-04-15 20:12:51 +02:00
parent 80fb51f7de
commit c8eb5c2dd4
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def get_entry_by_uid(client, uid):
return None
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."
.format(len(response)))