meshctrl
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: meshctrl | ||
| Version: 0.1.7 | ||
| Version: 0.1.8 | ||
| Summary: Python port of MeshCentral's Meshctrl.js program | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/amidaware/meshctrl-py |
+1
-1
@@ -8,3 +8,3 @@ import setuptools | ||
| name='meshctrl', | ||
| version='0.1.7', | ||
| version='0.1.8', | ||
| description='Python port of MeshCentral\'s Meshctrl.js program', | ||
@@ -11,0 +11,0 @@ long_description=long_description, |
| Metadata-Version: 2.1 | ||
| Name: meshctrl | ||
| Version: 0.1.7 | ||
| Version: 0.1.8 | ||
| Summary: Python port of MeshCentral's Meshctrl.js program | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/amidaware/meshctrl-py |
@@ -22,4 +22,4 @@ import json | ||
| responseId = uuid.uuid4() | ||
| data["responseId"] = responseId | ||
| response_id = str(uuid.uuid4()) | ||
| data["responseid"] = response_id | ||
@@ -33,10 +33,7 @@ await websocket.send( | ||
| if response["responseId"] == responseId: | ||
| if response["responseId"] == response_id: | ||
| return response | ||
| def _send(self, data): | ||
| loop = asyncio.get_event_loop() | ||
| result = loop.run_until_complete(self._websocket_call(json.dumps(data))) | ||
| loop.close() | ||
| return result | ||
| return asyncio.run(self._websocket_call(data)) | ||
@@ -43,0 +40,0 @@ # pulls a list of groups in MeshCentral |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
6366
-1.56%88
-3.3%