fix: [correlation] fix related bitcoins

This commit is contained in:
Terrtia 2023-04-06 15:22:04 +02:00
parent c7eeae2a44
commit 9cf979fae3
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -111,7 +111,7 @@ def show_correlation():
max_nodes = sanitise_nb_max_nodes(request.args.get('max_nodes')) max_nodes = sanitise_nb_max_nodes(request.args.get('max_nodes'))
mode = sanitise_graph_mode(request.args.get('mode')) mode = sanitise_graph_mode(request.args.get('mode'))
related_btc = bool(request.args.get('expand_card', False)) related_btc = bool(request.args.get('related_btc', False))
filter_types = ail_objects.sanitize_objs_types(request.args.get('filter', '').split(',')) filter_types = ail_objects.sanitize_objs_types(request.args.get('filter', '').split(','))