Skip to content

Commit

Permalink
Minor: README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Nov 28, 2024
1 parent f7b3761 commit c7734a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions humble.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ def save_analysis_results(t_cnt):


def get_analysis_totals(url_ln):
# To avoid errors with analyses performed before 11/28/204
# Ref: https://github.com/rfc-st/humble/commit/f7b376
updated_lines = []
for line in url_ln:
fields = line.strip().split(' ; ')
Expand Down Expand Up @@ -371,8 +373,8 @@ def analysis_exists(filepath):


def adjust_old_analysis(url_ln):
# To avoid errors with historic analyses performed before 28/11/2024
# Ref: git commit that ontroduces this change
# To avoid errors with analyses performed before 11/28/204
# Ref: https://github.com/rfc-st/humble/commit/f7b376
updated_lines = []
for i in url_ln:
fields = i.strip().split(';')
Expand Down
2 changes: 1 addition & 1 deletion l10n/details_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ Valor:
Fich.:

[e_grade]
Nota del análisi: E (Revisa 'Cabeceras habilitadas')
Nota del análisis: E (Revisa 'Cabeceras habilitadas')

[d_grade]
Nota del análisis: D (Revisa 'Protocolos/Cabeceras obsoletas o inseguras')
Expand Down

0 comments on commit c7734a6

Please sign in to comment.