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"}