mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
93495a2a16
commit
fbdb714c3f
|
@ -542,6 +542,7 @@ def post_message_to_outbox(session, translate: {},
|
||||||
print('WARN: post not saved to outbox ' + outbox_name)
|
print('WARN: post not saved to outbox ' + outbox_name)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
# update the speaker endpoint for speech synthesis
|
||||||
actor_url = get_actor_from_post(message_json)
|
actor_url = get_actor_from_post(message_json)
|
||||||
update_speaker(base_dir, http_prefix,
|
update_speaker(base_dir, http_prefix,
|
||||||
post_to_nickname, domain, domain_full,
|
post_to_nickname, domain, domain_full,
|
||||||
|
|
Loading…
Reference in New Issue