File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ def get_breaches_metrics(breaches):
451451 }
452452 date_list = []
453453
454- year_counts = {year : 0 for year in range (2007 , 2026 )}
454+ year_counts = {year : 0 for year in range (2007 , 2026 )}
455455 count_plaintext = count_easy = count_hard = count_unknown = 0
456456 count_aero = count_tran = count_info = count_tele = count_agri = count_cons = (
457457 count_educ
@@ -1360,7 +1360,9 @@ def get_pastes_metrics(pastes):
13601360 get_metrics = {"yearwise_details" : []}
13611361 y2021 = y2020 = y2019 = y2018 = y2017 = y2016 = y2015 = y2015 = y2014 = (
13621362 y2013
1363- ) = y2012 = y2011 = y2010 = y2009 = y2008 = y2007 = y2022 = y2023 = y2024 = y2025 = 0
1363+ ) = y2012 = y2011 = y2010 = y2009 = y2008 = y2007 = y2022 = y2023 = y2024 = (
1364+ y2025
1365+ ) = 0
13641366 for index_count , count in enumerate (breaches ):
13651367 key = ds_client .key ("xon_paste_master" , count )
13661368 query = ds_client .get (key )
You can’t perform that action at this time.
0 commit comments