Skip to content

Commit 234b6fd

Browse files
committed
Update README.md
1 parent b28c246 commit 234b6fd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Leetcode-Questions
2-
Cronjob to download leetcode problems
2+
Cronjob and Manual Workflow to download leetcode problems
33

44
This project uses [Leetcode Questions Scraper](https://github.com/Bishalsarang/Leetcode-Questions-Scraper) and Github Actions cronjob to download free leetcode problems.
55

6-
76
You can download [out.html](https://github.com/Bishalsarang/Leetcode-Questions/blob/main/out.html) , [Leetcode Questions.epub](https://github.com/Bishalsarang/Leetcode-Questions/blob/main/Leetcode%20Questions.epub).
87

9-
I have set limitations for 30 problems per job. SO you won't necessarily see the all the problems here.
10-
11-
If you want to download all the problems use [Leetcode Questions Scrapper](https://github.com/Bishalsarang/Leetcode-Questions-Scraper) in your ssytem.
8+
You won't necessarily see the all the problems here. If you want to download all the problems use [Leetcode Questions Scrapper](https://github.com/Bishalsarang/Leetcode-Questions-Scraper) in your system.
9+
You can view html preview [here](https://bishalsarang.github.io/Leetcode-Questions/out.html)

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def main():
133133
print(f"Sleeping 120 secs\n")
134134
time.sleep(120)
135135
else:
136-
print(f"Sleeping ${SLEEP_TIME_PER_PROBLEM_IN_SECOND} secs\n")
136+
print(f"Sleeping {SLEEP_TIME_PER_PROBLEM_IN_SECOND} secs\n")
137137
time.sleep(SLEEP_TIME_PER_PROBLEM_IN_SECOND)
138138

139139
finally:

0 commit comments

Comments
 (0)