add max_chars to GTTS, fixing #1036

pull/1029/head
Simon Woker 2 years ago committed by GitHub
parent 85beecae20
commit 1685b55e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ max_chars = 0
class GTTS:
def __init__(self):
self.max_chars = 0
self.max_chars = 5000
self.voices = []
def run(self, text, filepath):

Loading…
Cancel
Save