Skip to content

Commit

Permalink
Update AGH_filters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deci8BelioS authored Oct 11, 2024
1 parent eb18c8e commit 61a53c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGH/AGH_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def filtrar_lineas(lineas, excepciones):
return dominios_filtrados

contenido_unificado = set()
file_excepciones = "/home/runner/work/hosts/hosts/AGH/filters/whitelist/whitelist.txt"
file_excepciones = "/home/runner/work/AGH_Host/AGH_Host/AGH/filters/whitelist/whitelist.txt"

print(f"Leyendo desde archivo de excepciones: {file_excepciones}...\n")
with open(file_excepciones, 'r', encoding='utf-8') as file:
Expand Down

0 comments on commit 61a53c3

Please sign in to comment.