diff options
author | W. Kosior <koszko@koszko.org> | 2025-01-09 01:20:10 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-01-09 01:20:10 +0100 |
commit | 871fc15f7ffe06cb69a8168ac4e53baea81c2dfa (patch) | |
tree | 3ec7a83fe5472227f62bf02a80189774e7bdf78f | |
parent | cc93455733b0ee24080e78d1a78b5fe624dc1709 (diff) | |
download | AGH-threat-intel-course-871fc15f7ffe06cb69a8168ac4e53baea81c2dfa.tar.gz AGH-threat-intel-course-871fc15f7ffe06cb69a8168ac4e53baea81c2dfa.zip |
Remove leftover `trait_cutoff_score' variable.
-rwxr-xr-x | sectors_countries_tables.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sectors_countries_tables.py b/sectors_countries_tables.py index 1184691..87b4d35 100755 --- a/sectors_countries_tables.py +++ b/sectors_countries_tables.py @@ -53,10 +53,6 @@ trait_filters = { "chineseinstitutionsabroad" ]) } -trait_cutoff_score = { - "country": 10, - "sector": 0 -} def read_APT_data(yaml_path): if yaml_path: |