Skip to content
Snippets Groups Projects

Feature/add auth asr service

Merged Marcin Wątroba requested to merge feature/add_auth_asr_service into main
Viewing commit 48f8f5ac
Show latest version
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -49,7 +49,7 @@ class AsrProcessor(ABC):
return None
def health_check(self) -> Response:
return jsonify({'status': 'running'})
return jsonify({"status": "running"})
def start_processor(self):
app = Flask(__name__)