fix: [correlation] fix related bitcoins

pull/594/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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(','))