Skip to content

Commit

Permalink
arreglado
Browse files Browse the repository at this point in the history
  • Loading branch information
ijara committed Nov 14, 2024
1 parent 3df2823 commit 3524485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def scrape_page_for_pdf(url):
if fecha_hoy.date() == fecha_especifica.date():
print("Las fechas son iguales.")
# Verificar si existe el archivo de la newsletter
newsletter_file = f'/docs/newsletter_{fecha_especifica.strftime("%Y%m%d")}.html'
newsletter_file = f'docs/newsletter_{fecha_especifica.strftime("%Y%m%d")}.html'
print(newsletter_file)
if os.path.exists(newsletter_file):
print(f"El archivo de la newsletter {newsletter_file} ya existe.")
Expand Down

0 comments on commit 3524485

Please sign in to comment.