Private
Public Access
1
0

fix icu subtype sync

This commit is contained in:
2025-03-02 13:58:11 +01:00
parent 7ee8836335
commit f722aea75c
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

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