Skip to content

Commit

Permalink
ajusta time sleep passo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maaottoni committed Oct 30, 2024
1 parent 11b5052 commit 6af200b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/passo_2_match_com_equipe_e_upload_turn.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def send_data(df, municipio_id_sus):
print(f"Resposta do perfil para {row.celular_tratado}: {response_profile.text}")
except Exception as e:
print(f"Erro ao atualizar perfil de {row.celular_tratado}: {e}")
time.sleep(1)

time.sleep(3)



Expand Down

0 comments on commit 6af200b

Please sign in to comment.