worker-automate-hub 0.5.697__py3-none-any.whl → 0.5.698__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.
@@ -156,17 +156,23 @@ async def integracao_contabil_generica(
156
156
  await worker_sleep(4)
157
157
  pyautogui.write(config.conConfiguracao.get("pass"))
158
158
  pyautogui.press("enter")
159
- await worker_sleep(10)
159
+ await worker_sleep(16)
160
160
 
161
161
  main_window = None
162
162
  for attempt in range(max_attempts):
163
- main_window = Application().connect(title="EMSys [Contabil]")
164
- main_window = main_window.top_window()
165
- if main_window.exists():
166
- console.print("Janela encontrada!")
167
- break
168
- console.print("Janela ainda nao encontrada...")
169
- await worker_sleep(1)
163
+ try:
164
+ main_window = Application().connect(title="EMSys [Contabil]")
165
+ main_window = main_window.top_window()
166
+ if main_window.exists():
167
+ console.print("Janela encontrada!")
168
+ break
169
+ console.print("Janela ainda nao encontrada...")
170
+ await worker_sleep(1)
171
+ except:
172
+ console.print(
173
+ "Nao foi possivel conectar com a janela de titulo EMSys [Contabil]."
174
+ )
175
+ await worker_sleep(5)
170
176
 
171
177
  if not main_window:
172
178
  return RpaRetornoProcessoDTO(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.697
3
+ Version: 0.5.698
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
@@ -78,7 +78,7 @@ worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=mmBW7KetUeRjiZkjn
78
78
  worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos.py,sha256=QzK2aG5d9pmFbb8cTaNm3LWf5NMkmCvBkgo70gcLu0c,14781
79
79
  worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos_novo.py,sha256=5-wn583Cm0_NJ3TcVpYcurBTRxgwW6MU8WqaYawLS2k,21345
80
80
  worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=psoIU0tjtTJq2W8aGXjXrfkAOYlIpUtHZyNolI7dp-0,16263
81
- worker_automate_hub/tasks/jobs/integracao_contabil_generica.py,sha256=NqyEH2MmJI6RBbIgUUgAuh3ZxleLmh8_eQkgCP1HHtc,21801
81
+ worker_automate_hub/tasks/jobs/integracao_contabil_generica.py,sha256=cA41rQlqTkNo9XD1QM0xtSDhJQoWJenvNuA_WePW4OM,22048
82
82
  worker_automate_hub/tasks/jobs/lancamento_pis_cofins.py,sha256=0mlu-oPwRd9qCocB-6tWsEI0-wd48mkBJn5juYqOAX8,40788
83
83
  worker_automate_hub/tasks/jobs/lancamento_rateio.py,sha256=0cvbpuJiHl5mca5gpZudX7uQY5Rqe5xzwt6juQcMhjo,15875
84
84
  worker_automate_hub/tasks/jobs/login_emsys.py,sha256=dO9S027qRTtjOfytF6IWO-m6hDld8kZqOVAsn91l1YA,5684
@@ -98,7 +98,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
98
98
  worker_automate_hub/utils/util.py,sha256=xA13nQqZglwkvfAKH18Unv4UoZUyvL58CacSrzUpYTw,206352
99
99
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=L_z1Aps6BFWl-6_Ibm45vDid1S4kFDz5O78N2uO1Rq0,36458
100
100
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
101
- worker_automate_hub-0.5.697.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
- worker_automate_hub-0.5.697.dist-info/METADATA,sha256=n0yCQGkG5TwyPsDlo1g5ZZVlrrdYN8TNl6SWss0zWa4,3049
103
- worker_automate_hub-0.5.697.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
- worker_automate_hub-0.5.697.dist-info/RECORD,,
101
+ worker_automate_hub-0.5.698.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
+ worker_automate_hub-0.5.698.dist-info/METADATA,sha256=Zv-yjNY4fT4xELKh-A1_vn8hT1oHdq4SksXQ4S5oeqw,3049
103
+ worker_automate_hub-0.5.698.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
+ worker_automate_hub-0.5.698.dist-info/RECORD,,