Skip to content

Commit

Permalink
fix tags enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia authored Jun 6, 2018
1 parent 9707092 commit 78e3fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/www/Flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def searchbox():
for tag in taxonomies.get('infoleak').machinetags():
r_serv_tags.sadd('active_tag_infoleak', tag)
for tag in taxonomies.get('gdpr').machinetags():
r_serv_tags.sadd('active_tag_infoleak', tag)
r_serv_tags.sadd('active_tag_gdpr', tag)
for tag in taxonomies.get('fpf').machinetags():
r_serv_tags.sadd('active_tag_infoleak', tag)
r_serv_tags.sadd('active_tag_fpf', tag)

# ============ MAIN ============

Expand Down

0 comments on commit 78e3fde

Please sign in to comment.