Mise à jour de 'web-to-pdf.py'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gregandev 2023-06-15 18:15:06 +02:00
parent ee1eb025ae
commit 5a6b625a20

View File

@ -4,4 +4,4 @@ time.sleep(30)
try:
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf')
except:
break
pass