VALID_API_KEY
This commit is contained in:
@@ -35,7 +35,7 @@ class SimbrellaIntegration:
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger.error(f"This is PayLoad: {str(payload)}",exc_info=True)
|
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:
|
try:
|
||||||
response = requests.post(url, json=payload, timeout=10, auth=auth)
|
response = requests.post(url, json=payload, timeout=10, auth=auth)
|
||||||
|
|||||||
Reference in New Issue
Block a user