mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
f2fc17c4ca
commit
ad46b17538
|
@ -5842,7 +5842,7 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
webfingerHandle(session,
|
webfingerHandle(session,
|
||||||
searchNickname + '@' + searchDomainFull,
|
searchNickname + '@' + searchDomainFull,
|
||||||
httpPrefix, cachedWebfingers,
|
httpPrefix, cachedWebfingers,
|
||||||
None, projectVersion)
|
domain, projectVersion)
|
||||||
if not wf:
|
if not wf:
|
||||||
print('DEBUG: Unable to webfinger ' +
|
print('DEBUG: Unable to webfinger ' +
|
||||||
searchNickname + '@' + searchDomainFull)
|
searchNickname + '@' + searchDomainFull)
|
||||||
|
|
Loading…
Reference in New Issue