4 lines
104 B
Python
4 lines
104 B
Python
import weasyprint, time
|
|
|
|
time.sleep(300)
|
|
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf') |