Skip to content

Commit

Permalink
Fix valor subsección para la sección 4.
Browse files Browse the repository at this point in the history
Siempre es el mismo
  • Loading branch information
ntkog committed Feb 5, 2024
1 parent d3eae42 commit e86a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etls/bocm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def metadata_from_doc(soup, seccion: str, cve: str) -> tp.List[str]:
organo = paras[0]

if seccion == "4":
subseccion_name = paras[0]
subseccion_name = "ADMINISTRACIÓN DE JUSTICIA"
if seccion == "5":
subseccion_name = "OTROS ANUNCIOS"
anunciante = paras[0]
Expand Down

0 comments on commit e86a3de

Please sign in to comment.