Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ async def handle_event_notifications(
|
|
42 |
|
43 |
# if not hmac.compare_digest(expected_signature, x_hub_signature_256):
|
44 |
# raise HTTPException(status_code=403, detail="Signature verification failed")
|
45 |
-
|
46 |
# Parse the JSON payload
|
47 |
payload = await request.json()
|
48 |
print("POST SUCCESS!", request)
|
|
|
42 |
|
43 |
# if not hmac.compare_digest(expected_signature, x_hub_signature_256):
|
44 |
# raise HTTPException(status_code=403, detail="Signature verification failed")
|
45 |
+
print("POST SUCCESS!", request)
|
46 |
# Parse the JSON payload
|
47 |
payload = await request.json()
|
48 |
print("POST SUCCESS!", request)
|