Last commit was meant to be this one

pull/648/head
HallowedDust5 2 years ago
parent 520a889cd0
commit e51d0a0835
No known key found for this signature in database
GPG Key ID: AAAAF940F1C8C004

@ -23,7 +23,7 @@ def save_text_to_mp3(reddit_obj:dict[str])->tuple[int,int]:
"""Saves text to MP3 files. Goes through the reddit_obj and generates the title MP3 file and a certain number of comments until the total amount of time exceeds VIDEO_LENGTH seconds.
Args:
reddit_obj (dict[str]): Reddit object received from reddit API in subreddit.py
reddit_obj (dict[str]): Reddit object received from reddit API in reddit/subreddit.py
Returns:
tuple[int,int]: (total length of the audio, the number of comments audio was generated for)

Loading…
Cancel
Save