LibreNMS retries
Compare changes
- Karel van Klink authored
+ 4
− 2
@@ -7,6 +7,7 @@ from typing import Any, Literal
@@ -7,6 +7,7 @@ from typing import Any, Literal
@@ -26,6 +27,7 @@ class LibreNMSClient:
@@ -26,6 +27,7 @@ class LibreNMSClient:
@@ -34,11 +36,11 @@ class LibreNMSClient:
@@ -34,11 +36,11 @@ class LibreNMSClient:
self, method: Literal["GET", "POST", "PUT", "DELETE"], endpoint: str, data: dict[str, Any] | None = None
logger.debug("LibreNMS - Sending request", extra={"method": method, "endpoint": url, "form_data": data})