Skip to content

Commit 0e37065

Browse files
committed
Download: Remove unused query
1 parent 1554162 commit 0e37065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Build resource list dynamically based on exclusions
3131
resources = [
3232
"submissions?state=confirmed&expand=answers.question,submission_type,track,slots.room",
33-
"speakers?questions=all",
33+
"speakers",
3434
]
3535

3636
if "youtube" not in exclude:

0 commit comments

Comments
 (0)