Skip to content

Commit 2530ea0

Browse files
committed
Update manager.py
1 parent 458611e commit 2530ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkedIn-Certifications-Manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def addCertData(self, name, org, credId, credUrl):
6363
# Chrome environment setup
6464
opt = webdriver.ChromeOptions()
6565
opt.add_argument('--disable-gpu')
66-
# opt.add_argument('--headless')
66+
opt.add_argument('--headless')
6767
driver = webdriver.Chrome(
6868
executable_path='LinkedIn-Certifications-Manager/chromedriver', options=opt)
6969
driver.get('https://linkedin.com')

0 commit comments

Comments
 (0)