selenium working well

This commit is contained in:
2025-06-04 19:07:13 +05:30
parent e21177edcd
commit c4cf6964a3
3 changed files with 12 additions and 15 deletions

View File

@@ -15,8 +15,6 @@ app.add_middleware(
@app.post("/run")
async def run_bot(request: Request):
data = await request.json()
print(data)
input("waiting")
try:
bot = AutomationMassDHP(data)
result = bot.main_workflow("https://providers.massdhp.com/providers_login.asp")