Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30193e6

Browse files
AshuKVkaustubhgupta
andauthored
Update LeetCode-Scrapper/ques.py
Co-authored-by: Kaustubh Gupta <kaustubhgupta1828@gmail.com>
1 parent beedbf2 commit 30193e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎LeetCode-Scrapper/ques.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
capa = DesiredCapabilities.CHROME
1616
capa["pageLoadStrategy"] = "none"
1717

18-
print("Enter Chrome Driver path")
18+
print("Enter Chrome Driver path: ")
1919
inp = input()
2020
driver = webdriver.Chrome(inp)
2121
#the base url of leetcode problem set page
@@ -108,4 +108,4 @@ def main():
108108
main()
109109

110110
#Close the driver path
111-
driver.close()
111+
driver.close()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /