worker-automate-hub 0.5.7__py3-none-any.whl → 0.5.8__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/api/client.py +2 -2
- {worker_automate_hub-0.5.7.dist-info → worker_automate_hub-0.5.8.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.7.dist-info → worker_automate_hub-0.5.8.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.7.dist-info → worker_automate_hub-0.5.8.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.7.dist-info → worker_automate_hub-0.5.8.dist-info}/entry_points.txt +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
import asyncio
|
1
2
|
import threading
|
2
3
|
|
3
4
|
import aiohttp
|
@@ -501,7 +502,7 @@ async def change_robot_status_true(uuid_robo: str):
|
|
501
502
|
|
502
503
|
async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(verify_ssl=True)) as session:
|
503
504
|
async with session.get(
|
504
|
-
f"{env_config["API_BASE_URL"]}/
|
505
|
+
f"{env_config["API_BASE_URL"]}/robo/enable-robot/{uuid_robo}",
|
505
506
|
headers=headers_basic,
|
506
507
|
) as response:
|
507
508
|
if response.status == 200:
|
@@ -515,4 +516,3 @@ async def change_robot_status_true(uuid_robo: str):
|
|
515
516
|
f"{err_msg}\n",
|
516
517
|
style="bold red",
|
517
518
|
)
|
518
|
-
return None
|
@@ -1,7 +1,7 @@
|
|
1
1
|
worker_automate_hub/__init__.py,sha256=LV28uQvBfpPIqudGIMJmVB8E941MjXHcu8DMoX5n8AM,25
|
2
2
|
worker_automate_hub/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
worker_automate_hub/api/ahead_service.py,sha256=0tX-i1ACRg3_yOI-_AfFEZ6FNU3L8Zb316n3QUkSwL0,2027
|
4
|
-
worker_automate_hub/api/client.py,sha256=
|
4
|
+
worker_automate_hub/api/client.py,sha256=tFrIr4mpjvUJ1uU--BCiWa3NT2Ru_yliBsWmfiGt1LA,19720
|
5
5
|
worker_automate_hub/api/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
worker_automate_hub/api/helpers/api_helpers.py,sha256=SkheO2fXexeh-a4shr8Qzsz_kZhuSG0DJ7kbODctRbM,3696
|
7
7
|
worker_automate_hub/api/rpa_fila_service.py,sha256=K_8EL5P6Y_CHs-f9ZGTsuUUjMd2fu4wN4NieHvMijKs,2100
|
@@ -70,7 +70,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
70
70
|
worker_automate_hub/utils/util.py,sha256=3XNBaYVbJ-KgWyHDKY2jIFuQzgBQs-w1d5iEQZv1D4U,125867
|
71
71
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=p5r_L5k7gqCBvV8v6dbLFM6INKiSpGc4Gegid0_YAh4,29017
|
72
72
|
worker_automate_hub/worker.py,sha256=tftQpX8liC-_0_bOUf1YYzXSCvloMQBvjmQ6lzfEE-c,4816
|
73
|
-
worker_automate_hub-0.5.
|
74
|
-
worker_automate_hub-0.5.
|
75
|
-
worker_automate_hub-0.5.
|
76
|
-
worker_automate_hub-0.5.
|
73
|
+
worker_automate_hub-0.5.8.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
74
|
+
worker_automate_hub-0.5.8.dist-info/METADATA,sha256=J08lr7fCd3ifeDcKcXZDLSQcADVFUIvJsQfz5guQr1I,2893
|
75
|
+
worker_automate_hub-0.5.8.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
76
|
+
worker_automate_hub-0.5.8.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.7.dist-info → worker_automate_hub-0.5.8.dist-info}/entry_points.txt
RENAMED
File without changes
|