Wanderhalleylee commited on
Commit
2a3fcf3
·
verified ·
1 Parent(s): 645c5cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -864,7 +864,7 @@ async def auto_login(request: dict, token: str = Depends(verify_token)):
864
  steps.append(f"Aguardando: {str(e)[:60]}")
865
  time.sleep(3)
866
  try:
867
- safe_switch safe_switch_to_active_window(driver)
868
  except:
869
  pass
870
 
 
864
  steps.append(f"Aguardando: {str(e)[:60]}")
865
  time.sleep(3)
866
  try:
867
+ safe_switch_to_active_window(driver)
868
  except:
869
  pass
870