worker-automate-hub 0.5.677__py3-none-any.whl → 0.5.678__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/abertura_livros_fiscais.py +4 -4
- {worker_automate_hub-0.5.677.dist-info → worker_automate_hub-0.5.678.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.677.dist-info → worker_automate_hub-0.5.678.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.677.dist-info → worker_automate_hub-0.5.678.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.677.dist-info → worker_automate_hub-0.5.678.dist-info}/entry_points.txt +0 -0
|
@@ -554,7 +554,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
554
554
|
print("Clicou no botão 'TBitBtn'.")
|
|
555
555
|
except:
|
|
556
556
|
pass
|
|
557
|
-
await worker_sleep(
|
|
557
|
+
await worker_sleep(3)
|
|
558
558
|
try:
|
|
559
559
|
app_msg = Application().connect(class_name="TMessageForm", timeout=10)
|
|
560
560
|
form = app_msg["TMessageForm"]
|
|
@@ -564,7 +564,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
564
564
|
print("Clicou no botão de confirmação.")
|
|
565
565
|
except:
|
|
566
566
|
pass
|
|
567
|
-
await worker_sleep(
|
|
567
|
+
await worker_sleep(3)
|
|
568
568
|
try:
|
|
569
569
|
app_msg = Application().connect(class_name="TMessageForm", timeout=10)
|
|
570
570
|
form = app_msg["TMessageForm"]
|
|
@@ -574,7 +574,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
574
574
|
print("Clicou no botão de confirmação.")
|
|
575
575
|
except:
|
|
576
576
|
pass
|
|
577
|
-
await worker_sleep(
|
|
577
|
+
await worker_sleep(3)
|
|
578
578
|
try:
|
|
579
579
|
app_msg = Application().connect(class_name="TMessageForm", timeout=10)
|
|
580
580
|
form = app_msg["TMessageForm"]
|
|
@@ -584,7 +584,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
584
584
|
print("Clicou no botão de confirmação.")
|
|
585
585
|
except:
|
|
586
586
|
pass
|
|
587
|
-
await worker_sleep(
|
|
587
|
+
await worker_sleep(3)
|
|
588
588
|
try:
|
|
589
589
|
app_msg = Application().connect(class_name="TMessageForm", timeout=10)
|
|
590
590
|
form = app_msg["TMessageForm"]
|
|
@@ -36,7 +36,7 @@ worker_automate_hub/models/dto/rpa_sap_dto.py,sha256=eovdvKCtVIhRct3PL98KjsdlngL
|
|
|
36
36
|
worker_automate_hub/models/dto/rpa_sistema_dto.py,sha256=sLkmJei8x6sl-1-IXUKDmYQuKx0sotYQREPyhQqPmRg,161
|
|
37
37
|
worker_automate_hub/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
worker_automate_hub/tasks/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=
|
|
39
|
+
worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=bhkKA7dCc_chiPiETJAB0xlDE3pgaKs4LMUh2kTBZQo,28837
|
|
40
40
|
worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ0DLLOVJOfNTq_z9krx_t25Q,29476
|
|
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
|
|
@@ -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.
|
|
102
|
-
worker_automate_hub-0.5.
|
|
103
|
-
worker_automate_hub-0.5.
|
|
104
|
-
worker_automate_hub-0.5.
|
|
101
|
+
worker_automate_hub-0.5.678.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
|
102
|
+
worker_automate_hub-0.5.678.dist-info/METADATA,sha256=STbmzx9D1JNjJi70Mfnzut4_7ny2fGlw_O9z0oVHGxc,3049
|
|
103
|
+
worker_automate_hub-0.5.678.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
104
|
+
worker_automate_hub-0.5.678.dist-info/RECORD,,
|
|
File without changes
|
{worker_automate_hub-0.5.677.dist-info → worker_automate_hub-0.5.678.dist-info}/entry_points.txt
RENAMED
|
File without changes
|