More descriptive

main
Bob Mottram 2020-06-23 11:44:06 +01:00
parent c21fe4d70e
commit 8801c0c590
1 changed files with 1 additions and 1 deletions

View File

@ -6004,7 +6004,7 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int,
print('DEBUG: domain ' + domain)
return None
if not isinstance(wf, dict):
print('WARN: Webfinger for ' +
print('WARN: Webfinger search for ' +
searchNickname + '@' + searchDomainFull +
' did not return a dict. ' +
str(wf))