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

This commit is contained in:
2023-06-15 18:15:06 +02:00
parent ee1eb025ae
commit 5a6b625a20
+1 -1
View File
@@ -4,4 +4,4 @@ time.sleep(30)
try:
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf')
except:
break
pass