refactor: cleanup

This commit is contained in:
Florian Hönicke
2023-05-11 00:24:27 +02:00
parent 69ebebf4a4
commit 296933c4b3

View File

@@ -111,7 +111,7 @@ data = {{
}} }}
response = requests.post(url, headers=headers, data=data) response = requests.post(url, headers=headers, data=data)
assert response.status_code == 200 assert response.status_code == 200
print('This is the text from the audio file:', response.json()['text'])''' print('This is the text from the audio file:', response.text)'''
] ]
], ],
indirect=True indirect=True