parent
89af9a3862
commit
e37fd9c221
@ -0,0 +1,7 @@ |
|||||||
|
import weasyprint, time |
||||||
|
|
||||||
|
time.sleep(30) |
||||||
|
try: |
||||||
|
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf') |
||||||
|
except: |
||||||
|
continue |
Loading…
Reference in new issue