selenium eligibility done till now
This commit is contained in:
@@ -65,9 +65,9 @@ async def start_workflow(request: Request):
|
||||
waiting_jobs -= 1
|
||||
active_jobs += 1
|
||||
try:
|
||||
print(data)
|
||||
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")}
|
||||
|
||||
Reference in New Issue
Block a user