mirror of https://gitlab.com/bashrc2/epicyon
debug
parent
42d4a2ebae
commit
d9d4577c5b
|
@ -1079,6 +1079,7 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int,
|
||||||
as_header = {
|
as_header = {
|
||||||
'Accept': 'application/activity+json; profile="' + profile_str + '"'
|
'Accept': 'application/activity+json; profile="' + profile_str + '"'
|
||||||
}
|
}
|
||||||
|
debug = True
|
||||||
hashtag_json = \
|
hashtag_json = \
|
||||||
get_json(signing_priv_key_pem,
|
get_json(signing_priv_key_pem,
|
||||||
session, hashtag_url, as_header, None, debug,
|
session, hashtag_url, as_header, None, debug,
|
||||||
|
|
Loading…
Reference in New Issue