pull/17/head
kthouky 2023-08-08 13:01:06 +02:00
parent 69d379934b
commit 45a3caac65
1 changed files with 1 additions and 0 deletions

View File

@ -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: