This commit is contained in:
CHIEFSOFT\ameye
2025-05-24 04:34:11 -04:00
parent 081b73a932
commit 916261fa94
+1 -1
View File
@@ -14,7 +14,7 @@ class SimbrellaIntegration:
""" """
Calls the RACCheck endpoit Calls the RACCheck endpoit
""" """
url = f"{SimbrellaIntegration.BASE_URL}/{ENDPOINT_RAC_CHECKS}" url = f"{SimbrellaIntegration.BASE_URL}/{SimbrellaIntegration.ENDPOINT_RAC_CHECKS}"
logger.info(f"Contacting Rack Checks EndPoint: {str(url)}", exc_info=True) logger.info(f"Contacting Rack Checks EndPoint: {str(url)}", exc_info=True)
payload = { payload = {