mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [correlation] fix related bitcoins
This commit is contained in:
parent
c7eeae2a44
commit
9cf979fae3
1 changed files with 1 additions and 1 deletions
|
@ -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(','))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue