From 45a3caac651ea1efdd9b34c16ad12c046f1103c2 Mon Sep 17 00:00:00 2001 From: kthouky Date: Tue, 8 Aug 2023 13:01:06 +0200 Subject: [PATCH] debug --- fediseer/apis/v1/censures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fediseer/apis/v1/censures.py b/fediseer/apis/v1/censures.py index 0ac7000..f87835a 100644 --- a/fediseer/apis/v1/censures.py +++ b/fediseer/apis/v1/censures.py @@ -17,6 +17,7 @@ class CensuresGiven(Resource): and the results will be a set of all their censures together. ''' domains_list = domains_csv.split(',') + logger.info(domains_list) self.args = self.get_parser.parse_args() instances = database.find_multiple_instance_by_domains(domains_list) if not instances: