Private
Public Access
1
0

Merge branch 'develop' into feature/basicpro

This commit is contained in:
2024-12-31 13:29:36 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -929,7 +929,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']