worker-automate-hub 0.5.339__py3-none-any.whl → 0.5.340__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- worker_automate_hub/tasks/jobs/integracao_contabil.py +2 -2
- {worker_automate_hub-0.5.339.dist-info → worker_automate_hub-0.5.340.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.339.dist-info → worker_automate_hub-0.5.340.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.339.dist-info → worker_automate_hub-0.5.340.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.339.dist-info → worker_automate_hub-0.5.340.dist-info}/entry_points.txt +0 -0
@@ -158,7 +158,7 @@ async def integracao_contabil(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
158
158
|
await worker_sleep(3)
|
159
159
|
console.print("Clicando no botao pesquisar...")
|
160
160
|
pyautogui.click(x=1250, y=380)
|
161
|
-
await worker_sleep(
|
161
|
+
await worker_sleep(60)
|
162
162
|
console.print("Aguardando carregamento...")
|
163
163
|
max_attempts = 240
|
164
164
|
found = False
|
@@ -179,7 +179,7 @@ async def integracao_contabil(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
179
179
|
status=RpaHistoricoStatusEnum.Falha,
|
180
180
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Tecnico)],
|
181
181
|
)
|
182
|
-
if "validando" in field and attempt <=
|
182
|
+
if "validando" in field and attempt <= 1:
|
183
183
|
return RpaRetornoProcessoDTO(
|
184
184
|
sucesso=False,
|
185
185
|
retorno=f"A integração não foi realizada: nenhum lote para integrar.",
|
@@ -67,7 +67,7 @@ worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py,sha256=CyXllDn
|
|
67
67
|
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=tiyAbOqY3bBOzxM2DvgqT_fLC4f7YvHcO34Drhq0l8Y,11433
|
68
68
|
worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=Vmj0hTvyRgfczaLiQZgmh4MiG4fJEzAEvJL0Ci25AAM,15836
|
69
69
|
worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=5K_KJnH-NdEp-SEzbYVvBUuUpmvRlx_ISq0u_xirizQ,11812
|
70
|
-
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=
|
70
|
+
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=PjWcpPg3FFOpuRIhp80WU23QKKKZgdjlDrx6hcVMdzc,16745
|
71
71
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=scdKsseFOL-7UQ5D743VaZZzWBKaEfq0XzYNmROUOgE,5703
|
72
72
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=jcfhppG-MhuZYKEIt8O8NaJfdV3figNXrKt4zPqeQi0,5644
|
73
73
|
worker_automate_hub/tasks/jobs/notas_faturamento_sap.py,sha256=p6tVE027FHHXBxt2sIDxqLInpf_0wS-8TcACnS34p7w,13961
|
@@ -85,7 +85,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
85
85
|
worker_automate_hub/utils/util.py,sha256=WZK1VjdoOCHWWXzLt9gh2uUi_6p3OfvI6DvAYIGi998,185072
|
86
86
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=wmnpuOesmPSryZszmapa37b9YNC0E2MkeDYnbwr-0rU,33315
|
87
87
|
worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
|
88
|
-
worker_automate_hub-0.5.
|
89
|
-
worker_automate_hub-0.5.
|
90
|
-
worker_automate_hub-0.5.
|
91
|
-
worker_automate_hub-0.5.
|
88
|
+
worker_automate_hub-0.5.340.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
89
|
+
worker_automate_hub-0.5.340.dist-info/METADATA,sha256=cninyp8oy8EoT99vYIO1DQ2jmJ-bD5JOQPlAmDt1Fus,3041
|
90
|
+
worker_automate_hub-0.5.340.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
91
|
+
worker_automate_hub-0.5.340.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.339.dist-info → worker_automate_hub-0.5.340.dist-info}/entry_points.txt
RENAMED
File without changes
|