Skip to content

Commit 4f10073

Browse files
committed
typo
1 parent 2575a4b commit 4f10073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/national-jukebox/list_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_national_jukebox_song_detail_urls(base_url: str, sleep_seconds: float =
2828
Returns:
2929
A list of URLs for the song detail pages.
3030
"""
31-
time.sleep(sleep_time)
31+
time.sleep(sleep_seconds)
3232
print(f"Fetching content from: {base_url}")
3333
try:
3434
response = requests.get(base_url)

0 commit comments

Comments
 (0)