use correct max_chars for synchronous api call

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

@ -26,7 +26,7 @@ voices = [
class AWSPolly:
def __init__(self):
self.max_chars = 100000
self.max_chars = 3000
self.voices = voices
def run(self, text, filepath, random_voice: bool = False):

Loading…
Cancel
Save