fixing intervals_webhooks logging
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
sander@rowsandall-2.17364:1733469196
|
|
||||||
@@ -931,7 +931,7 @@ def intervals_webhook_view(request):
|
|||||||
dologging("intervals_webhooks.log",request.body)
|
dologging("intervals_webhooks.log",request.body)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
dologging("intervals_webhooks.log","request.body")
|
dologging("intervals_webhooks.log",request.body)
|
||||||
data = json.loads(request.body)
|
data = json.loads(request.body)
|
||||||
try:
|
try:
|
||||||
verificationtoken = data['secret']
|
verificationtoken = data['secret']
|
||||||
|
|||||||
Reference in New Issue
Block a user