Private
Public Access
1
0

auto import now direct

This commit is contained in:
2024-12-30 13:19:44 +01:00
parent e059ce9340
commit 7626a6a8ae
3 changed files with 78 additions and 9 deletions

View File

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