mirror of https://gitlab.com/bashrc2/epicyon
More descriptive
parent
c21fe4d70e
commit
8801c0c590
|
@ -6004,7 +6004,7 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
print('DEBUG: domain ' + domain)
|
print('DEBUG: domain ' + domain)
|
||||||
return None
|
return None
|
||||||
if not isinstance(wf, dict):
|
if not isinstance(wf, dict):
|
||||||
print('WARN: Webfinger for ' +
|
print('WARN: Webfinger search for ' +
|
||||||
searchNickname + '@' + searchDomainFull +
|
searchNickname + '@' + searchDomainFull +
|
||||||
' did not return a dict. ' +
|
' did not return a dict. ' +
|
||||||
str(wf))
|
str(wf))
|
||||||
|
|
Loading…
Reference in New Issue