fixup: Format Python code with Black

pull/2005/head
github-actions 1 year ago
parent d52c443ff5
commit a9ea4a077f

@ -44,7 +44,7 @@ class StreamlabsPolly:
) )
voice = str(settings.config["settings"]["tts"]["streamlabs_polly_voice"]).capitalize() voice = str(settings.config["settings"]["tts"]["streamlabs_polly_voice"]).capitalize()
body = {"voice": voice, "text": text, "service": "polly"} body = {"voice": voice, "text": text, "service": "polly"}
headers = {"Referer" : "https://streamlabs.com/" } headers = {"Referer": "https://streamlabs.com/"}
response = requests.post(self.url, headers=headers, data=body) response = requests.post(self.url, headers=headers, data=body)
if not check_ratelimit(response): if not check_ratelimit(response):
self.run(text, filepath, random_voice) self.run(text, filepath, random_voice)

Loading…
Cancel
Save