mirror of https://github.com/CIRCL/AIL-framework
fix: [correlation] fix related bitcoins
parent
c7eeae2a44
commit
9cf979fae3
|
@ -111,7 +111,7 @@ def show_correlation():
|
|||
max_nodes = sanitise_nb_max_nodes(request.args.get('max_nodes'))
|
||||
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(','))
|
||||
|
||||
|
|
Loading…
Reference in New Issue