api endpoint returns actives parents by default

This commit is contained in:
marko
2023-12-24 15:34:07 +01:00
parent 646dad6786
commit 9ab62485a6
3 changed files with 17 additions and 4 deletions

5
homepage/participo/testApi.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#! /usr/bin/env python
from http import client
import logging
import json
@@ -27,7 +29,6 @@ try:
print(json.dumps(json.loads(body),indent=2))
except:
print(f"failed to parse to json")
print(body
)
print(body)
connection.close()