You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmftools/bookscraper/taskqueue/add_audio.py

6 lines
102 B

from tasks.audio import text_to_audio
def enqueue_audio(path):
return text_to_audio.delay(path)