mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
6a98a9d4f1
commit
e51fedd0c9
3
posts.py
3
posts.py
|
@ -3078,7 +3078,8 @@ def send_post(signing_priv_key_pem: str, project_version: str,
|
||||||
private_key_pem, debug)
|
private_key_pem, debug)
|
||||||
post_json_object = signed_post_json_object
|
post_json_object = signed_post_json_object
|
||||||
except JsonLdError as ex:
|
except JsonLdError as ex:
|
||||||
print('WARN: send_post failed to JSON-LD sign post, ' + str(ex))
|
print('WARN: send_post failed to JSON-LD sign post, ' +
|
||||||
|
str(ex))
|
||||||
pprint(signed_post_json_object)
|
pprint(signed_post_json_object)
|
||||||
|
|
||||||
# convert json to string so that there are no
|
# convert json to string so that there are no
|
||||||
|
|
Loading…
Reference in New Issue