@@ -31,11 +31,11 @@ def post():
vid.write(request.data)
speech_to_text = SpeechToText()
result = speech_to_text.to_text(file_name)
print(result)
app.logger.info(result)
try:
os.remove(file_name)
except OSError:
print(OSError)
app.logger.info(OSError)
return jsonify(result)
The note is not visible to the blocked user.