worker-automate-hub 0.5.792__py3-none-any.whl → 0.5.793__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.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/tasks/jobs/descartes.py +1 -1
- worker_automate_hub/utils/util.py +3 -3
- {worker_automate_hub-0.5.792.dist-info → worker_automate_hub-0.5.793.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.792.dist-info → worker_automate_hub-0.5.793.dist-info}/RECORD +6 -6
- {worker_automate_hub-0.5.792.dist-info → worker_automate_hub-0.5.793.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.792.dist-info → worker_automate_hub-0.5.793.dist-info}/entry_points.txt +0 -0
|
@@ -5005,7 +5005,7 @@ async def get_text_display_window(dados_texto):
|
|
|
5005
5005
|
|
|
5006
5006
|
async def wait_nf_ready():
|
|
5007
5007
|
current_try = 0
|
|
5008
|
-
max_tries =
|
|
5008
|
+
max_tries = 100
|
|
5009
5009
|
while current_try < max_tries:
|
|
5010
5010
|
window_closed = await wait_window_close("Aguarde...")
|
|
5011
5011
|
if not window_closed:
|
|
@@ -5013,7 +5013,7 @@ async def wait_nf_ready():
|
|
|
5013
5013
|
try:
|
|
5014
5014
|
window = desktop.window(title_re="Aguarde...")
|
|
5015
5015
|
if window.exists():
|
|
5016
|
-
await worker_sleep(
|
|
5016
|
+
await worker_sleep(5)
|
|
5017
5017
|
current_try += 1
|
|
5018
5018
|
continue
|
|
5019
5019
|
except Exception as e:
|
|
@@ -5079,7 +5079,7 @@ async def wait_nf_ready():
|
|
|
5079
5079
|
|
|
5080
5080
|
else:
|
|
5081
5081
|
current_try +=1
|
|
5082
|
-
await worker_sleep(
|
|
5082
|
+
await worker_sleep(5)
|
|
5083
5083
|
continue
|
|
5084
5084
|
|
|
5085
5085
|
return {"sucesso": False, "retorno": f"Número máximo de tentativas excedido ao tentar transmitir a nota"}
|
|
@@ -41,7 +41,7 @@ worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ
|
|
|
41
41
|
worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=S6QC4xhuo0pB5FjaUJZNMm1LIgEjpjifReCTBDqxH-U,11719
|
|
42
42
|
worker_automate_hub/tasks/jobs/cte_manual.py,sha256=JucHpRMjMiy-QEJ0wtFnytLpN53tKXgCDI05nGLGclU,603
|
|
43
43
|
worker_automate_hub/tasks/jobs/cte_xml.py,sha256=m4BkJDgp95Vr3oqEh6wXeeb31qzZhRF2Sw0h_wsoL_k,15565
|
|
44
|
-
worker_automate_hub/tasks/jobs/descartes.py,sha256=
|
|
44
|
+
worker_automate_hub/tasks/jobs/descartes.py,sha256=wIi8n4vZrNE-03C5_lr4FmxuKoWSYDKp_coAI3DLVpQ,45464
|
|
45
45
|
worker_automate_hub/tasks/jobs/devolucao_ctf.py,sha256=7tdUihaDqjIf7POjM79EqKG0w-qqXbhC6jq6hteavkw,250822
|
|
46
46
|
worker_automate_hub/tasks/jobs/devolucao_ctf_35.py,sha256=e9t5k2mtZcUcEGKPWysbWzsH_gqrK-6aBXjWe2jWfTg,253948
|
|
47
47
|
worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=kzPJazDRbz2CLn8tKja2Lg1N4UzTRF1V4Nc1elIqTGY,272145
|
|
@@ -99,10 +99,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
|
99
99
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
|
100
100
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
|
101
101
|
worker_automate_hub/utils/updater.py,sha256=OBCto6mTt42dTwUOALHg0K2sHaidTLNMRiS8wDjhINM,7988
|
|
102
|
-
worker_automate_hub/utils/util.py,sha256=
|
|
102
|
+
worker_automate_hub/utils/util.py,sha256=noQRUSAjRnoDb1c4iMZ5eoyrNp59a8T9K78MHhalASw,210255
|
|
103
103
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
|
|
104
104
|
worker_automate_hub/worker.py,sha256=zEnYUrm5kY2cHbbee15QJkwkx4euD2SB2zRvUIbjS90,6850
|
|
105
|
-
worker_automate_hub-0.5.
|
|
106
|
-
worker_automate_hub-0.5.
|
|
107
|
-
worker_automate_hub-0.5.
|
|
108
|
-
worker_automate_hub-0.5.
|
|
105
|
+
worker_automate_hub-0.5.793.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
|
106
|
+
worker_automate_hub-0.5.793.dist-info/METADATA,sha256=3K4q9AGGxIm5jTC-JJWcBUP4TiHrgezJI_H-ZPuzSmw,3100
|
|
107
|
+
worker_automate_hub-0.5.793.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
108
|
+
worker_automate_hub-0.5.793.dist-info/RECORD,,
|
|
File without changes
|
{worker_automate_hub-0.5.792.dist-info → worker_automate_hub-0.5.793.dist-info}/entry_points.txt
RENAMED
|
File without changes
|