(20250212) Started a new util to handle MikroTik config. in async mode through REST API.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user