This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import weasyprint, time
|
||||
|
||||
time.sleep(30)
|
||||
try:
|
||||
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf')
|
||||
except:
|
||||
continue
|
||||
Reference in New Issue
Block a user