@@ -167,10 +167,10 @@ async def main():
'printBackground': True,
'format': "A2",
'margin': {
- 'top': '10mm',
- 'bottom': '10mm',
- 'left': '10mm',
- 'right': '10mm'
+ 'top': '20px',
+ 'bottom': '20px',
+ 'left': '20px',
+ 'right': '20px'
}
})
await browser.close()