debug
parent
69d379934b
commit
45a3caac65
|
@ -17,6 +17,7 @@ class CensuresGiven(Resource):
|
||||||
and the results will be a set of all their censures together.
|
and the results will be a set of all their censures together.
|
||||||
'''
|
'''
|
||||||
domains_list = domains_csv.split(',')
|
domains_list = domains_csv.split(',')
|
||||||
|
logger.info(domains_list)
|
||||||
self.args = self.get_parser.parse_args()
|
self.args = self.get_parser.parse_args()
|
||||||
instances = database.find_multiple_instance_by_domains(domains_list)
|
instances = database.find_multiple_instance_by_domains(domains_list)
|
||||||
if not instances:
|
if not instances:
|
||||||
|
|
Loading…
Reference in New Issue