mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [flask] cleanup
This commit is contained in:
parent
7d19da0806
commit
859591b53f
1 changed files with 0 additions and 11 deletions
|
@ -251,17 +251,6 @@ default_taxonomies = ["infoleak", "gdpr", "fpf", "dark-web"]
|
|||
for taxonomy in default_taxonomies:
|
||||
Tag.enable_taxonomy_tags(taxonomy)
|
||||
|
||||
# ========== INITIAL tags auto export ============
|
||||
# from pytaxonomies import Taxonomies
|
||||
# taxonomies = Taxonomies()
|
||||
#
|
||||
# infoleak_tags = taxonomies.get('infoleak').machinetags()
|
||||
# infoleak_automatic_tags = []
|
||||
# for tag in taxonomies.get('infoleak').machinetags():
|
||||
# if tag.split('=')[0][:] == 'infoleak:automatic-detection':
|
||||
# r_serv_db.sadd('list_export_tags', tag)
|
||||
#
|
||||
# r_serv_db.sadd('list_export_tags', 'infoleak:submission="manual"')
|
||||
# ============ MAIN ============
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue