worker-automate-hub 0.5.777__py3-none-any.whl → 0.5.779__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.
@@ -646,10 +646,11 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
646
646
  center_y = (grid_rect.top + grid_rect.bottom) // 2
647
647
 
648
648
  pyautogui.click(center_x, center_y)
649
- await worker_sleep(1)
649
+ await worker_sleep(3)
650
650
  send_keys("^({HOME})")
651
- await worker_sleep(1)
651
+ await worker_sleep(3)
652
652
  send_keys("{LEFT 3}")
653
+ await worker_sleep(3)
653
654
 
654
655
  distribuiu_algo = False
655
656
  distribuicao_atual = []
@@ -658,14 +659,16 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
658
659
 
659
660
  while max_distribuicao <= 20:
660
661
  console.print(f"Tentativa: {max_distribuicao}... \n")
661
- await worker_sleep(1)
662
+ await worker_sleep(3)
662
663
  with pyautogui.hold('ctrl'):
663
664
  pyautogui.press('c')
664
665
 
665
- await worker_sleep(1)
666
+ await worker_sleep(3)
666
667
 
667
668
  with pyautogui.hold('ctrl'):
668
669
  pyautogui.press('c')
670
+
671
+ await worker_sleep(3)
669
672
 
670
673
  win32clipboard.OpenClipboard()
671
674
  line_almoxarifado_emsys = win32clipboard.GetClipboardData().strip()
@@ -330,7 +330,7 @@ class EMSys:
330
330
  # pyautogui.click(893, 549)
331
331
  await worker_sleep(5)
332
332
  try:
333
- caminho_imagem = "assets\\banco_boleto.png"
333
+ caminho_imagem = "assets\\entrada_de_notas_16\\banco_boleto.png"
334
334
  # Verifica se apareceu a imagem de "sem dados"
335
335
  localizacao = pyautogui.locateOnScreen(caminho_imagem, confidence=0.9)
336
336
  if localizacao:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.777
3
+ Version: 0.5.779
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -66,7 +66,7 @@ worker_automate_hub/tasks/jobs/entrada_de_notas_500.py,sha256=WBsCRbH7ANiCjEn0aE
66
66
  worker_automate_hub/tasks/jobs/entrada_de_notas_503.py,sha256=bcNKy6X1aaVe6lxW-TMyUKJ_GXzHEK-8V6x9SOzOshw,48365
67
67
  worker_automate_hub/tasks/jobs/entrada_de_notas_505.py,sha256=xXeNipdXTSll8yAtAmN7v0sjN3oMlWU4THu30mKDddc,30339
68
68
  worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py,sha256=7POfKc7nisc8-ysgqazrK8kT7kmFIq8irGwCMixPAE0,37948
69
- worker_automate_hub/tasks/jobs/entrada_de_notas_9.py,sha256=X5_0E8SH34OdacNSxHWIsRcGE7Vf2psruK4992zBHu4,66408
69
+ worker_automate_hub/tasks/jobs/entrada_de_notas_9.py,sha256=9pkGxEyzsrW51z2ySOT9vXDev1nyd-fA1tgpSlGqOSg,66524
70
70
  worker_automate_hub/tasks/jobs/entrada_de_notas_9000.py,sha256=0mOmS28tQKF5m7vMzInblDuWH48_qIgrohOU5UwYZ10,65498
71
71
  worker_automate_hub/tasks/jobs/exemplo_processo.py,sha256=nV0iLoip2FH2-FhLmhX3nPqsfl_MPufZ3E5Q5krJvdc,3544
72
72
  worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py,sha256=6Kr5DKjKLqtFvGzyiXtt7xrQsuU898l8pQXDq9C6AX8,19567
@@ -100,9 +100,9 @@ worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1
100
100
  worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
101
101
  worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
102
102
  worker_automate_hub/utils/util.py,sha256=f0lkFbPyg5kAtNI4RHOZ12iIxfmtbq6uuS3sBUqszE8,210055
103
- worker_automate_hub/utils/utils_nfe_entrada.py,sha256=TOXKSHOPxy8N3-ROpTGjNIHstX0i2b8qekcj1tRvjG8,38174
103
+ worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
104
104
  worker_automate_hub/worker.py,sha256=uhZ3f-iaQ1i8cANbljp50vkYl-Xm0_sHtjwwF_2y72o,7191
105
- worker_automate_hub-0.5.777.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
106
- worker_automate_hub-0.5.777.dist-info/METADATA,sha256=4qCRlnFpjlSbaGz_1SiBKReTsuvKHbd_YNYl1TOXzew,3049
107
- worker_automate_hub-0.5.777.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
108
- worker_automate_hub-0.5.777.dist-info/RECORD,,
105
+ worker_automate_hub-0.5.779.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
106
+ worker_automate_hub-0.5.779.dist-info/METADATA,sha256=_h8DSaExwmNicAIQvelaWHE8YUvWZaR8z3y_45okjB0,3049
107
+ worker_automate_hub-0.5.779.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
108
+ worker_automate_hub-0.5.779.dist-info/RECORD,,