VALID_API_KEY

This commit is contained in:
CHIEFSOFT\ameye
2025-04-05 21:03:16 -04:00
parent d3b9708216
commit 3a30e0abff
+1 -1
View File
@@ -35,7 +35,7 @@ class SimbrellaIntegration:
}
logger.error(f"This is PayLoad: {str(payload)}",exc_info=True)
auth = HTTPBasicAuth(settings.VALID_APP_ID, settings.VALID_APP_SECRET)
auth = HTTPBasicAuth(settings.VALID_APP_ID, settings.VALID_API_KEY)
try:
response = requests.post(url, json=payload, timeout=10, auth=auth)