Skip to content

Commit

Permalink
fix(renew): make it headless to work with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Nov 18, 2024
1 parent 79b78ce commit cc2f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renew.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def renew(username, password):
with sync_playwright() as p:
# Launch browser with necessary arguments
browser = p.chromium.launch(
headless=False,
headless=True,
args=[
'--no-sandbox',
'--disable-dev-shm-usage',
Expand Down

0 comments on commit cc2f382

Please sign in to comment.