main
Bob Mottram 2020-12-18 17:29:37 +00:00
parent 22f7f57b74
commit 2736b7252b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ def webfingerHandle(session, handle: str, httpPrefix: str,
wf = getWebfingerFromCache(nickname + '@' + wfDomain,
cachedWebfingers)
if wf:
print('Webfinger from cache: ' + str(wf))
return wf
url = '{}://{}/.well-known/webfinger'.format(httpPrefix, domain)
par = {