Skip to content

Commit 4cfcff2

Browse files
authored
Merge pull request #1 from pacoxu/kubecon-na
update to current KubeCon NA 2023 Chicago
2 parents 04ac6b9 + fdde192 commit 4cfcff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_slides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def download_file(url, file_path, timeout=30):
2121

2222

2323
# Step 1: Find all topic links on the main page
24-
topics_url = "https://istioconchina2023.sched.com/list/descriptions/"
24+
topics_url = "https://kccncna2023.sched.com/list/descriptions/"
2525
response = requests.get(topics_url)
2626
topic_soup = BeautifulSoup(response.text, "html.parser")
2727

0 commit comments

Comments
 (0)