mirror of https://gitlab.com/bashrc2/epicyon
String cast
parent
58ad9243d6
commit
3e531677bd
|
@ -124,8 +124,8 @@ def webfinger_handle(session, handle: str, http_prefix: str,
|
||||||
if result:
|
if result:
|
||||||
store_webfinger_in_cache(wf_handle, result, cached_webfingers)
|
store_webfinger_in_cache(wf_handle, result, cached_webfingers)
|
||||||
else:
|
else:
|
||||||
print("WARN: Unable to webfinger " + url + ' ' +
|
print("WARN: Unable to webfinger " + str(url) + ' ' +
|
||||||
'from_domain: ' + from_domain + ' ' +
|
'from_domain: ' + str(from_domain) + ' ' +
|
||||||
'nickname: ' + str(nickname) + ' ' +
|
'nickname: ' + str(nickname) + ' ' +
|
||||||
'handle: ' + str(handle) + ' ' +
|
'handle: ' + str(handle) + ' ' +
|
||||||
'wf_handle: ' + str(wf_handle) + ' ' +
|
'wf_handle: ' + str(wf_handle) + ' ' +
|
||||||
|
|
Loading…
Reference in New Issue