document page updated

This commit is contained in:
2025-07-17 19:21:16 +05:30
parent aa913673de
commit 1071b80930
11 changed files with 838 additions and 1089 deletions

View File

@@ -67,7 +67,6 @@ async def start_workflow(request: Request):
try:
bot = AutomationMassHealthEligibilityCheck(data)
result = bot.main_workflow("https://providers.massdhp.com/providers_login.asp")
print(result)
if result.get("status") != "success":
return {"status": "error", "message": result.get("message")}