(20250212) Started a new util to handle MikroTik config. in async mode through REST API.

This commit is contained in:
2025-02-12 19:03:52 +05:30
parent 6b8b613f32
commit 6e65de9dfc
8 changed files with 1280 additions and 15 deletions
+2
View File
@@ -312,6 +312,8 @@ def describe_exception(exc):
:return: The dict that explains the exception.
"""
if exc is None: return None
exc_desc = {
"type": type(exc).__name__,
"msg": str(exc),