Webfinger debug

main
Bob Mottram 2022-03-11 15:19:43 +00:00
parent 673301f22d
commit ae9c77870e
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ def webfinger_handle(session, handle: str, http_prefix: str,
store_webfinger_in_cache(wf_handle, result, cached_webfingers)
else:
print("WARN: Unable to webfinger " + url + ' ' +
'from_domain: ' + from_domain + ' ' +
'nickname: ' + str(nickname) + ' ' +
'handle: ' + str(handle) + ' ' +
'wf_handle: ' + str(wf_handle) + ' ' +