From c98cfaa6aeb282a1af214b2a9c696714ff84cf37 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 19 Jul 2022 18:35:39 -0400 Subject: [PATCH] fixed headless error and reformatted --- TTS/GTTS.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TTS/GTTS.py b/TTS/GTTS.py index 3bf8ee3..76ff2d2 100644 --- a/TTS/GTTS.py +++ b/TTS/GTTS.py @@ -5,7 +5,6 @@ from gtts import gTTS from utils import settings - class GTTS: def __init__(self): self.max_chars = 5000