Private
Public Access
1
0

fixing intervals_webhooks logging

This commit is contained in:
2024-12-31 12:49:00 +01:00
parent 39c3ba410e
commit 5130c14c39
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
sander@rowsandall-2.17364:1733469196

View File

@@ -931,7 +931,7 @@ def intervals_webhook_view(request):
dologging("intervals_webhooks.log",request.body)
else:
dologging("intervals_webhooks.log","request.body")
dologging("intervals_webhooks.log",request.body)
data = json.loads(request.body)
try:
verificationtoken = data['secret']