From c9a203846cf3f0f6a2125297330fb1e51312034f Mon Sep 17 00:00:00 2001 From: Vishnu Date: Mon, 9 Jun 2025 22:48:15 +0530 Subject: [PATCH] eror fixed --- apps/SeleniumService/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/SeleniumService/agent.py b/apps/SeleniumService/agent.py index 194de8a..eb5c306 100644 --- a/apps/SeleniumService/agent.py +++ b/apps/SeleniumService/agent.py @@ -28,7 +28,7 @@ async def start_workflow(request: Request): @app.post("/fetch-pdf") async def fetch_pdf(): try: - bot = AutomationMassHealth().get_last_instance() + bot = AutomationMassHealth.get_last_instance() if not bot: return {"status": "error", "message": "No running automation session"}