maj python web 2 pdf script

This commit is contained in:
greg 2023-06-15 17:31:40 +02:00
parent 78be8dcba2
commit 7b4fe350b2

View File

@ -1,4 +1,4 @@
import weasyprint import weasyprint, time
sleep(300) time.sleep(300)
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf') weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf')