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 c614a71

Browse files
authored
Update ques.py
1 parent b78e98d commit c614a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎LeetCode-Scrapper/ques.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def to_pdf(problem):
9090
pdf.write(5, 'Problem_Link: ')
9191
pdf.write(5,url,url)
9292
title = title.rstrip()
93-
pdf.output(title+".pdf")
93+
pdf.output("./LeetCode-Scrapper/"+title+".pdf")
9494

9595

9696
def main():

0 commit comments

Comments
(0)

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